AALI/firstboot.sh

21 lines
605 B
Bash
Raw Normal View History

2021-07-06 09:55:35 -04:00
#!/bin/bash
2021-07-07 08:50:57 -04:00
echo "Running firstboot script..."
sleep 3
2021-07-06 09:55:35 -04:00
2021-07-07 21:14:41 -04:00
#set theme and font
2021-07-06 09:55:35 -04:00
xfconf-query -c xsettings -p /Net/ThemeName -s "Arc-Darker"
2021-07-07 08:16:32 -04:00
xfconf-query -c xsettings -p /Gtk/FontName -s "Noto Sans Regular 10"
2021-07-07 21:14:41 -04:00
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
2021-07-06 09:55:35 -04:00
##REMOVE AFTER RUN
#DISABLED FOR TESTING
#rm -- "$0"