initial commit

This commit is contained in:
2022-09-16 03:31:21 +02:00
parent 4e11f9abba
commit f44f9dbc00
11 changed files with 44 additions and 123 deletions

View File

@@ -1,4 +1,7 @@
#!/bin/sh
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
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