pointfichiers/bar/eww/scripts/hypr/get-window-title

5 lines
196 B
Text
Raw Normal View History

2024-01-25 14:39:08 +01:00
#!/bin/dash
hyprctl activewindow -j | jq --raw-output .title
socat -u UNIX-CONNECT:/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock - | stdbuf -o0 awk -F '>>|,' '/^activewindow>>/{print $3}'