eww -> scripts -> scripts: Fixed hyprstatus being broken due to hyprland 0.40.0 changes

This commit is contained in:
GaspardCulis 2024-05-12 21:54:11 +02:00
parent c515a11b57
commit 81b410af95
No known key found for this signature in database
GPG key ID: BC18146756955609

View file

@ -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