eww-bard: Fixed breaking changes due to hyprland 0.40.0 update
This commit is contained in:
parent
5172ccc3e6
commit
01d7988d3c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ update
|
||||||
# Open other widgets
|
# Open other widgets
|
||||||
eww open-many timer music
|
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
|
update
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue