This commit is contained in:
Marcus 2023-06-13 00:03:44 +02:00
parent efe6c0e4d3
commit d09642c9a0
2 changed files with 4 additions and 0 deletions

View file

@ -35,4 +35,5 @@ packages[game]="openarena"
# ham radio
packages[ham]="direwolf gqrx-sdr ax25-tools ax25-apps js8call"
# lol stuff :)
packages[lol]="lolcat"

View file

@ -156,6 +156,9 @@ gtk-application-prefer-dark-theme=1" | tee $HOME/.config/gtk-3.0/settings.ini >
gsettings set org.gnome.desktop.interface font-name 'Ubuntu 11'
gsettings set org.gnome.desktop.interface gtk-theme 'Yaru-red-dark'
gsettings set org.gnome.desktop.interface icon-theme 'Yaru-red-dark'
# fix big cursor issue in qt apps
grep "XCURSOR_SIZE" /etc/environment || echo "XCURSOR_SIZE=24" | sudo tee -a /etc/environment
;;
esac