Closed pavel-hrdina closed 2 weeks ago
Hyprland changed tmp/hypr to $XDG_RUNTIME_DIR/hypr/. This result in the eww scripts breaking. Mainly the workspaces.sh and activewindow.sh.
tmp/hypr
$XDG_RUNTIME_DIR/hypr/
workspaces.sh
activewindow.sh
To fix this, the socat command needs to change to:
socat -u "UNIX-CONNECT:/$XDG_RUNTIME_DIR/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock"
from:
socat -u "UNIX-CONNECT:/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock"
fixed on 9162032
Hyprland changed
tmp/hypr
to$XDG_RUNTIME_DIR/hypr/
. This result in the eww scripts breaking. Mainly theworkspaces.sh
andactivewindow.sh
.To fix this, the socat command needs to change to:
from: