diff --git a/home/private_bin/executable_get-updates b/home/private_bin/executable_get-updates index 168b179..b031dd2 100644 --- a/home/private_bin/executable_get-updates +++ b/home/private_bin/executable_get-updates @@ -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 diff --git a/home/private_dot_config/private_gtk-3.0/settings.ini b/home/private_dot_config/private_gtk-3.0/settings.ini index b9e03f2..ced50e1 100644 --- a/home/private_dot_config/private_gtk-3.0/settings.ini +++ b/home/private_dot_config/private_gtk-3.0/settings.ini @@ -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