#!/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" #remove lower plank panel xfconf-query -c xfce4-panel -p /panels -t int -s 1 -A #restart panel xfce4-panel -r ##REMOVE AFTER RUN #DISABLED FOR TESTING #rm -- "$0"