From d8a30bddf380a8e530b837ca8e2b38a99e299be4 Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Wed, 7 Jul 2021 21:49:14 -0400 Subject: [PATCH] configured workspace and window decorations --- archinstall.sh | 2 +- firstboot.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/archinstall.sh b/archinstall.sh index 63113f3..eb9d8da 100755 --- a/archinstall.sh +++ b/archinstall.sh @@ -142,7 +142,7 @@ setup () { curl https://git.thomaspcole.com/thomascole/AALI/raw/branch/master/firstboot.sh > /mnt/home/clc/firstboot.sh curl https://git.thomaspcole.com/thomascole/AALI/raw/branch/master/fb.desktop > /mnt/home/clc/fb.desktop - curl https://git.thomaspcole.com/thomascole/AALI/raw/branch/master/clclogo.png > /mnt/usr/share/backgrounds/clclogo.png + curl https://git.thomaspcole.com/thomascole/AALI/raw/branch/master/clclogo.png > /mnt/home/clc/clclogo.png chmod +x /mnt/home/clc/firstboot.sh chmod +x /mnt/home/clc/fb.desktop diff --git a/firstboot.sh b/firstboot.sh index d0aee3d..1a20c98 100644 --- a/firstboot.sh +++ b/firstboot.sh @@ -12,7 +12,8 @@ xfconf-query -c xfwm4 -p /general/theme -s "Arc-Darker" xfconf-query -c xfwm4 -p /general/workspace_count -s "0" #set desktop background -xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/image-path -s /usr/share/backgrounds/clclogo.png +#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 AFTER RUN