Files
dotfiles/home/.config/eww/widgets/active-window/get-active-window.sh
T
2024-07-06 12:59:14 +03:00

5 lines
214 B
Bash

#!/usr/bin/env sh
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}'