AALI/firstboot.sh

12 lines
240 B
Bash

#!/bin/bash
echo "Running firstboot script..."
sleep 3
xfconf-query -c xsettings -p /Net/ThemeName -s "Arc-Darker"
xfconf-query -c xsettings -p /Gtk/FontName -s "Noto Sans Regular 10"
##REMOVE AFTER RUN
#DISABLED FOR TESTING
#rm -- "$0"