moved .desktop to home
This commit is contained in:
parent
6d7a590685
commit
25c6fc14ab
@ -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/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/fb.desktop
|
||||
|
BIN
clclogo.png
Normal file
BIN
clclogo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 111 KiB |
@ -3,8 +3,16 @@
|
||||
echo "Running firstboot script..."
|
||||
sleep 3
|
||||
|
||||
#set theme and font
|
||||
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 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
|
||||
|
Loading…
Reference in New Issue
Block a user