✨ feat(eww): add mediaplayer widget, fix workspaces, window and audio widgets
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# output current window before event trigger to prevent issues
|
||||
hyprctl -j activewindow | jq -c
|
||||
|
||||
handle() {
|
||||
case $1 in
|
||||
activewindow*) hyprctl -j activewindow | jq -c ;;
|
||||
esac
|
||||
}
|
||||
|
||||
socat -U - UNIX-CONNECT:$XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock | while read -r line; do handle "$line"; done
|
||||
Reference in New Issue
Block a user