diff --git a/bin/periodic/fix-flatpaks-theming b/bin/periodic/fix-flatpaks-theming index 672f2c7..0611477 100755 --- a/bin/periodic/fix-flatpaks-theming +++ b/bin/periodic/fix-flatpaks-theming @@ -1,4 +1,5 @@ #!/bin/sh -while inotifywait -r /usr/share/themes/; do - rsync -az ~/.themes/ /target +while inotifywait -r /usr/share/themes/ "$HOME/.local/share/themes/"; do + rsync -av --progress /usr/share/themes/* ~/.themes/ --exclude Windowck + rsync -av --progress "$HOME/.local/share/themes/*" ~/.themes/ --exclude Windowck-dark done \ No newline at end of file