general updates yo

This commit is contained in:
Daylin Morgan 2023-01-07 10:41:44 -06:00
parent 0caec0dee0
commit b4759716b2
2 changed files with 4 additions and 4 deletions

View file

@ -69,9 +69,9 @@ if [[ -z $updates_info ]]; then
fi fi
if [[ -n $notify ]]; then if [[ -n $notify ]]; then
notify-send -w "System Updates Available!" "$updates_info" notify-send -w "System Updates Available!" "$updates_info" &
else else
echo "nystem Updates Available!" echo "System Updates Available!"
echo "$updates_info" echo "$updates_info"
update_system update_system
fi fi

View file

@ -1,5 +1,5 @@
[Settings] [Settings]
gtk-application-prefer-dark-theme=true
gtk-cursor-theme-name=phinger-cursors-light gtk-cursor-theme-name=phinger-cursors-light
gtk-application-prefer-dark-theme = true
gtk-theme-name=Catppuccin-Mocha-Standard-Rosewater-Dark
gtk-icon-theme-name=Papirus-Dark gtk-icon-theme-name=Papirus-Dark
gtk-theme-name=Catppuccin-Mocha