initial commit
This commit is contained in:
7
bin/periodic/fix-flatpaks-theming
Executable file
7
bin/periodic/fix-flatpaks-theming
Executable file
@ -0,0 +1,7 @@
|
||||
#!/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
|
Reference in New Issue
Block a user