Give EWW scripts proper extensions
This commit is contained in:
parent
448bdfc231
commit
287df92d65
13 changed files with 11 additions and 11 deletions
6
eww/scripts/get-window-title.sh
Executable file
6
eww/scripts/get-window-title.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/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}'
|
Loading…
Add table
Add a link
Reference in a new issue