💥 fix(eww): run on launch instead of waiting event to trigger

This commit is contained in:
João Dias
2024-11-24 12:34:11 -03:00
parent 002a8a8969
commit 825b57a8f2
2 changed files with 2 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
#!/usr/bin/env
hyprctl -j activeworkspace | jq -c
handle() {
case $1 in
workspace*) hyprctl -j activeworkspace | jq -c ;;