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
|
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
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue