From b4759716b21c49d7d46eefd43c88c0da8ac0b19a Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Sat, 7 Jan 2023 10:41:44 -0600 Subject: [PATCH] general updates yo --- home/private_bin/executable_get-updates | 4 ++-- home/private_dot_config/private_gtk-3.0/settings.ini | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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