dotfiles/eww/scripts/get-window-title.sh

6 lines
283 B
Bash
Executable file

#!/bin/env sh
# From: https://wiki.hyprland.org/Useful-Utilities/Status-Bars/#eww
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}'