AALI/firstboot.sh

13 lines
252 B
Bash
Raw Normal View History

2021-07-06 09:55:35 -04:00
#!/bin/bash
2021-07-07 08:16:32 -04:00
sleep 10
notify-send -t 3 "RUNNING FIRST TIME CONFIG"
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-06 09:55:35 -04:00
##REMOVE AFTER RUN
#DISABLED FOR TESTING
#rm -- "$0"