switch to ags bar
This commit is contained in:
parent
f2c9c8a6d5
commit
6d717b946b
3 changed files with 18 additions and 8 deletions
8
hypr/scripts/run-ags.sh
Normal file
8
hypr/scripts/run-ags.sh
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue