From 1f58a1799959ef93814e0faaa644688b1f71b264 Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Mon, 12 Jul 2021 10:13:29 -0400 Subject: [PATCH] plank --- firstboot.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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