moved .desktop to home

This commit is contained in:
Thomas Cole 2021-07-07 21:14:41 -04:00
parent 6d7a590685
commit 25c6fc14ab
3 changed files with 9 additions and 0 deletions

View File

@ -142,6 +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
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

BIN
clclogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

View File

@ -3,8 +3,16 @@
echo "Running firstboot script..." echo "Running firstboot script..."
sleep 3 sleep 3
#set theme and font
xfconf-query -c xsettings -p /Net/ThemeName -s "Arc-Darker" xfconf-query -c xsettings -p /Net/ThemeName -s "Arc-Darker"
xfconf-query -c xsettings -p /Gtk/FontName -s "Noto Sans Regular 10" xfconf-query -c xsettings -p /Gtk/FontName -s "Noto Sans Regular 10"
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
xfconf-query -c xfce4-desktop -p /backdrop/screen0/monitor0/image-path -s /usr/share/backgrounds/clclogo.png
##REMOVE AFTER RUN ##REMOVE AFTER RUN