diff --git a/firstboot.sh b/firstboot.sh index 1a20c98..281c855 100644 --- a/firstboot.sh +++ b/firstboot.sh @@ -11,9 +11,11 @@ xfconf-query -c xfwm4 -p /general/theme -s "Arc-Darker" #Set to one virtual workspace xfconf-query -c xfwm4 -p /general/workspace_count -s "0" -#set desktop background -#being difficult will leave in backgrounds folder to set manually -#xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/image-path -s /usr/share/backgrounds/clclogo.png +#remove lower plank panel +xfconf-query -c xfce4-panel -p /panels -t int -s 1 -A + +#restart panel +xfce4-panel -r ##REMOVE AFTER RUN