From 1f596cb7ef8d33abd2ca45822386bd5fb6429119 Mon Sep 17 00:00:00 2001 From: asandikci Date: Mon, 23 Oct 2023 17:26:15 +0300 Subject: [PATCH] change panel size --- src/user-config.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/user-config.sh b/src/user-config.sh index 7ca358c..1e87e95 100644 --- a/src/user-config.sh +++ b/src/user-config.sh @@ -2,8 +2,15 @@ # general configs ### XFCE SETTINGS + +# Dark Theme 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 +# Panel Size +xfconf-query --channel 'xfce4-panel' --property '/panels/panel-1/size' --type int --set 28 + + + ### SUBLIME BUILDS \ No newline at end of file