🔧 chore(update): reload hyprland configs after installation
this allows using the updated colorshell just after the update, without bugs
This commit is contained in:
@@ -125,6 +125,9 @@ if [[ "$answer" == y ]] || [[ "$skip_prompts" ]]; then
|
|||||||
mkdir -p $APPS_HOME
|
mkdir -p $APPS_HOME
|
||||||
cp -f $repo_directory/build/release/colorshell.desktop $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
|
if Is_running; then
|
||||||
Send_log "colorshell is running, restarting shell..."
|
Send_log "colorshell is running, restarting shell..."
|
||||||
colorshell quit || killall gjs
|
colorshell quit || killall gjs
|
||||||
|
|||||||
Reference in New Issue
Block a user