general updates yo
This commit is contained in:
parent
0caec0dee0
commit
b4759716b2
2 changed files with 4 additions and 4 deletions
|
@ -69,9 +69,9 @@ if [[ -z $updates_info ]]; then
|
|||
fi
|
||||
|
||||
if [[ -n $notify ]]; then
|
||||
notify-send -w "System Updates Available!" "$updates_info"
|
||||
notify-send -w "System Updates Available!" "$updates_info" &
|
||||
else
|
||||
echo "nystem Updates Available!"
|
||||
echo "System Updates Available!"
|
||||
echo "$updates_info"
|
||||
update_system
|
||||
fi
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Settings]
|
||||
gtk-application-prefer-dark-theme=true
|
||||
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-theme-name=Catppuccin-Mocha
|
||||
|
|
Loading…
Reference in a new issue