From 81b410af95b67b9986d77ed10ad63e63b1eff5e6 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Sun, 12 May 2024 21:54:11 +0200 Subject: [PATCH] eww -> scripts -> scripts: Fixed hyprstatus being broken due to hyprland 0.40.0 changes --- bar/eww/scripts/hypr/hyprstatus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bar/eww/scripts/hypr/hyprstatus b/bar/eww/scripts/hypr/hyprstatus index 88d5f24..ba6f2f2 100755 --- a/bar/eww/scripts/hypr/hyprstatus +++ b/bar/eww/scripts/hypr/hyprstatus @@ -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