making eww work more like waybar workspaces

This commit is contained in:
Chris Cochrun 2023-10-24 06:17:59 -05:00
parent 789fa95abf
commit a32286fc67
4 changed files with 25 additions and 18 deletions

View file

@ -7,5 +7,5 @@ spaces (){
spaces
socat -u UNIX-CONNECT:/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock - | while read -r line; do
spaces
hyprctl workspaces -j
done