Init
This commit is contained in:
3
.config/eww/scripts/get_window_title.sh
Executable file
3
.config/eww/scripts/get_window_title.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
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}'
|
||||
Reference in New Issue
Block a user