Restructure bar restart and fix typos in ethz-vpn

This commit is contained in:
2025-09-09 13:28:31 +02:00
parent a199569aac
commit 106fe9cd9e
4 changed files with 21 additions and 24 deletions

13
scripts/restart-bar Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/sh
echo "
=> Restarting ags
"
killall gjs
killall ags
sleep 4
ags run -d ~/projects/active/dotfiles/config/astal --gtk4 & disown
sleep 2
ags run -d ~/projects/active/dotfiles/config/ags/notifications & disown