AALI/firstboot.sh

20 lines
538 B
Bash

#!/bin/bash
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
#DISABLED FOR TESTING
#rm -- "$0"