eww -> scripts -> scripts: Fixed hyprstatus being broken due to hyprland 0.40.0 changes
This commit is contained in:
parent
c515a11b57
commit
81b410af95
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,6 @@ status (){
|
|||
}
|
||||
|
||||
status
|
||||
socat -u UNIX-CONNECT:/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock - | while read -r line; do
|
||||
socat -u UNIX-CONNECT:$XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock - | while read -r line; do
|
||||
status
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue