2022.06.15

This commit is contained in:
2022-06-16 00:23:06 +02:00
parent 2642713153
commit 7874b83431
25659 changed files with 2271414 additions and 10 deletions

View File

@ -5,6 +5,11 @@ set_theme() {
xfconf-query -c xsettings -p /Net/ThemeName -n -t string -s "Skeuos-$1"
xfconf-query -c xfwm4 -p /general/theme -n -t string -s "Skeuos-$1-XFWM"
gsettings set org.gnome.desktop.interface gtk-theme "Skeuos-$1"
if [ "${1##*-}" = 'Light' ]; then
xfconf-query -c xsettings -p /Net/IconThemeName -n -t string -s Zafiro-Icons-Light-Black-f
else
xfconf-query -c xsettings -p /Net/IconThemeName -n -t string -s Zafiro
fi
notify-send "Skeuos-$1 theme was enabled"
}
export -f set_theme