eww-bard: Fixed breaking changes due to hyprland 0.40.0 update

This commit is contained in:
GaspardCulis 2024-05-21 09:54:24 +02:00
parent 5172ccc3e6
commit 01d7988d3c
No known key found for this signature in database
GPG key ID: BC18146756955609

View file

@ -46,7 +46,7 @@ update
# Open other widgets
eww open-many timer music
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
update
done