initial commit

This commit is contained in:
2022-09-16 01:14:20 +02:00
commit 8ffa31394e
19 changed files with 303 additions and 0 deletions

View File

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