switch to ags bar

This commit is contained in:
Benjamin Palko 2025-04-10 15:35:58 -04:00
parent f2c9c8a6d5
commit 6d717b946b
3 changed files with 18 additions and 8 deletions

8
hypr/scripts/run-ags.sh Normal file
View file

@ -0,0 +1,8 @@
#!/bin/sh
CONFIG_FILES="$HOME/dotfiles/ags"
while true; do
sleep 1.6
ags run --gtk4 -d "$CONFIG_FILES" &
inotifywait -e create,modify -r "$CONFIG_FILES"
killall gjs
done