nix-dotfiles/hmModules/services/widgets/eww/config/scripts/get-window-title

4 lines
212 B
Text
Raw Normal View History

2023-11-20 10:28:36 -08:00
#!/bin/sh
hyprctl activewindow -j | jq --raw-output .title
socat -u UNIX-CONNECT:/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock - | stdbuf -o0 grep '^activewindow>>' | stdbuf -o0 awk -F '>>|,' '{print $3}'