[Setup] Make bars restart, will be writing new notifications stuff soon

This commit is contained in:
Admin 2025-05-08 10:55:31 +02:00
parent e98f5c2bd7
commit a005189aef

17
setup
View File

@ -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 "