From a005189aef448e40bb02e2a5c97fc95a9ba734ec Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 8 May 2025 10:55:31 +0200 Subject: [PATCH] [Setup] Make bars restart, will be writing new notifications stuff soon --- setup | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/setup b/setup index c737d2e..7066dd2 100755 --- a/setup +++ b/setup @@ -100,13 +100,16 @@ sudo cp ./system/environment /etc/environment sudo cp -r ./system/greetd/* /etc/greetd/ hyprctl reload -# echo " -# => Restarting bars, etc -# " -# killall gjs -# sleep 1 -# ags run -d ./config/astal --gtk4 & disown 2>&1 > /dev/null -# ags run -d ./config/ags/notifications/ & disown 2>&1 > /dev/null +echo " + => Restarting bars, etc + -> This will take a couple of seconds to ensure them quitting properly +" +killall gjs +killall ags +sleep 5 +ags run -d ~/projects/active/dotfiles/config/astal --gtk4 & disown +sleep 2 +ags run -d ~/projects/active/dotfiles/config/ags/notifications & disown echo "