Update 'bin/periodic/fix-flatpaks-theming'
This commit is contained in:
parent
4d0deb3361
commit
5a66e4038e
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
while inotifywait -r /usr/share/themes/; do
|
while inotifywait -r /usr/share/themes/ "$HOME/.local/share/themes/"; do
|
||||||
rsync -az ~/.themes/ /target
|
rsync -av --progress /usr/share/themes/* ~/.themes/ --exclude Windowck
|
||||||
|
rsync -av --progress "$HOME/.local/share/themes/*" ~/.themes/ --exclude Windowck-dark
|
||||||
done
|
done
|
Loading…
Reference in New Issue
Block a user