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

4 lines
91 B
Plaintext
Raw Normal View History

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