nixos/gunther/eww/config/widgets/window-title/get-window-title.sh

3 lines
204 B
Bash
Raw Normal View History

2024-07-29 18:04:01 +02:00
#!/bin/sh
2024-02-16 13:59:46 +01:00
hyprctl activewindow -j | jq --raw-output .title
socat -u UNIX-CONNECT:$XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock - | stdbuf -o0 awk -F '>>|,' '/^activewindow>>/{print $3}'