2022.09.01 Chaotic-Beta

This commit is contained in:
2022-09-02 01:31:12 +02:00
parent a5836156f0
commit f28dea8fcc
17240 changed files with 444 additions and 1156136 deletions

View File

@ -0,0 +1,7 @@
#!/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
done