new rsync method
This commit is contained in:
parent
a21e0df0bf
commit
4e037213ed
1 changed files with 2 additions and 5 deletions
|
|
@ -1,7 +1,4 @@
|
|||
#!/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
|
||||
while inotifywait -r /usr/share/themes/; do
|
||||
rsync -az ~/.themes/ /target
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue