From 95b0e1090e897e72b7cef6a747553ca91ad0ea3e Mon Sep 17 00:00:00 2001 From: asandikci Date: Mon, 23 Oct 2023 17:06:05 +0300 Subject: [PATCH] update dark theme --- src/config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.sh b/src/config.sh index 20a7cfe..e65589e 100644 --- a/src/config.sh +++ b/src/config.sh @@ -7,5 +7,6 @@ ### XFCE SETTINGS +xfconf-query -c "xsettings" -p "/Net/ThemeName" -s "pardus-xfce-dark" --type "string" --create xfconf-query -c "xfwm4" -p "/general/theme" -s "pardus-xfce-dark" --type "string" --create xfconf-query -c "xsettings" -p "/Net/IconThemeName" -s "pardus-xfce-dark" --type "string" --create \ No newline at end of file