Compare commits

..

No commits in common. "9efd0ad03b7259f60630541f1048654beef98106" and "50c043da8b656a8589993cbe1883c99d76735868" have entirely different histories.

1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ icons=/usr/share/tromjaro-theme-switcher/icons
set_icon_theme() {
# Change icon theme in XFCE
xfconf-query -c xsettings -p /Net/IconThemeName -n -t string -s "$1"
# Change icon theme in qt5ct configuration
sed -i "s/^icon_theme=.*$/icon_theme=$1/" "$HOME"/.config/qt5ct/qt5ct.conf
}
set_theme() {