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
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
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…