configured workspace and window decorations

This commit is contained in:
Thomas Cole 2021-07-07 21:49:14 -04:00
parent d29db8b335
commit d8a30bddf3
2 changed files with 3 additions and 2 deletions

View File

@ -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/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/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/firstboot.sh
chmod +x /mnt/home/clc/fb.desktop chmod +x /mnt/home/clc/fb.desktop

View File

@ -12,7 +12,8 @@ xfconf-query -c xfwm4 -p /general/theme -s "Arc-Darker"
xfconf-query -c xfwm4 -p /general/workspace_count -s "0" xfconf-query -c xfwm4 -p /general/workspace_count -s "0"
#set desktop background #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 ##REMOVE AFTER RUN