From c85449ebf7931b0461ad2d947222e9844029abda Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Sun, 26 Oct 2025 17:31:07 -0300 Subject: [PATCH] :wrench: chore(update): reload hyprland configs after installation this allows using the updated colorshell just after the update, without bugs --- update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update.sh b/update.sh index 7d48d69..a5a17ce 100755 --- a/update.sh +++ b/update.sh @@ -125,6 +125,9 @@ if [[ "$answer" == y ]] || [[ "$skip_prompts" ]]; then mkdir -p $APPS_HOME cp -f $repo_directory/build/release/colorshell.desktop $APPS_HOME + # reload hyprland settings, because it stops monitoring when too much changes are made + hyprctl reload + if Is_running; then Send_log "colorshell is running, restarting shell..." colorshell quit || killall gjs