user/eww-wayland: rename to eww

This commit is contained in:
LavaDesu 2025-03-23 00:32:41 +11:00
parent 438eb54cea
commit da47e42111
Signed by: cilly
GPG key ID: 6500251E087653C9
7 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,6 @@
#!/usr/bin/env sh
hyprctl monitors -j | jq '.[] | select(.focused) | .activeWorkspace.id'
socat -u UNIX-CONNECT:$XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock - |
stdbuf -o0 awk -F '>>|,' -e '/^workspace>>/ {print $2}' -e '/^focusedmon>>/ {print $3}'