change panel size

This commit is contained in:
Aliberk Sandıkçı 2023-10-23 17:26:15 +03:00
parent 726a07febd
commit 1f596cb7ef
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
1 changed files with 7 additions and 0 deletions

View File

@ -2,8 +2,15 @@
# general configs # general configs
### XFCE SETTINGS ### XFCE SETTINGS
# Dark Theme
xfconf-query -c "xsettings" -p "/Net/ThemeName" -s "pardus-xfce-dark" --type "string" --create 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 "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 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 ### SUBLIME BUILDS