From 84fd17d2b41dac7ff9edf57f494decff7bb574e1 Mon Sep 17 00:00:00 2001 From: rokosun Date: Thu, 20 Oct 2022 21:34:52 +0200 Subject: [PATCH] No need to use qt5ct anymore --- theme-switcher | 2 -- 1 file changed, 2 deletions(-) diff --git a/theme-switcher b/theme-switcher index af1c5ea..90b64ed 100644 --- a/theme-switcher +++ b/theme-switcher @@ -4,8 +4,6 @@ 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() {