Block a user
Replace if statement with case statement
Oh that makes sense, I got confused for a moment there, haha 😄
Haha yeah, me too. @tio is so excited and quick that he did merge it before you've updated the branch 😁
Replace if statement with case statement
9860bd343b
Merge branch 'rokosun-patch-1' into main
06ccad7d89
Update 'bin/periodic/fix-theming'
Add systemd timers to run the fixes periodically
Use the -m option in xfconf-query to monitor for changes
A minor thing: to relpace if;then;fi
with switch;case
statement:
Add systemd timers to run the fixes periodically
Yes, but do we need to use timers for the scripts that store values between loops? For this purpose the while loop we currently use would be enough, this also means that the entire script don't…
Watch for the changes in themes directories
90f98c64cc
add more accuracy for timers
00dcf0b9e9
add systemd timers for periodic fixes
a21e0df0bf
Merge pull request 'Use systemd services to run fixes' (#4) from systemd-services into main
eadb766da5
add default targets to user services
8258eaf1d1
add systemd services to run fixes
Add systemd timers to run the fixes periodically
There's no success in controlling the systemd start/stop for user timers, though they work perfectly fine on the user level of the systemd (Thanks a lot for the hint @rokosun !)
To switch to…