Linux theming
requires:
apt install xfce4
yum install xfce4
pacman -S xfce4
Automatic install/update:
sudo bash -c "$(curl -LSs https://github.com/casjay-themes/linux/raw/main/install.sh)"
Manual install:
mv -fv "$HOME/.config/themes" "$HOME/.config/themes.bak"
git clone https://github.com/casjay-themes/linux "$HOME/.config/themes"