fixes-package/bin/periodic/fix-flatpaks-theming

4 lines
91 B
Plaintext
Raw Normal View History

2022-09-15 23:14:20 +00:00
#!/bin/sh
2022-09-18 17:31:38 +00:00
while inotifywait -r /usr/share/themes/; do
rsync -az ~/.themes/ /target
2022-09-15 23:14:20 +00:00
done