Files
alpm-hooks
bin
periodic
fix-flatpaks-theming
fix-theming
fix-tweaked-desktop-files
standalone
flatpak-overrides
systemd
Makefile
PKGBUILD
README.md
fixes-package.install
fixes-package/bin/periodic/fix-flatpaks-theming

5 lines
192 B
Bash
Executable File

#!/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