add systemd timers for periodic fixes

This commit is contained in:
2022-09-16 01:14:20 +02:00
parent a21e0df0bf
commit 00dcf0b9e9
11 changed files with 89 additions and 63 deletions

View File

@@ -1,7 +1,4 @@
#!/bin/sh
while :; do
rm -r ~/.themes/* 2> /dev/null
rsync -av --progress /usr/share/themes/* ~/.themes/ --exclude Windowck
rsync -av --progress ~/.local/share/themes/* ~/.themes/ --exclude Windowck-dark
sleep 600
done
rm -r ~/.themes/* 2> /dev/null
rsync -av --progress /usr/share/themes/* ~/.themes/ --exclude Windowck
rsync -av --progress ~/.local/share/themes/* ~/.themes/ --exclude Windowck-dark