(deflisten workspacesArray :initial "${[1]}" `~/.config/eww/scripts/getWorkspaces.sh`) (defwidget workspaces [array] (box :class "workspaces" :orientation "h" :space-evenly true :halign "start" (for entry in array (button :onclick `swaymsg workspace "${entry.name}"` :class {entry.focused ? "focused" : ""} '${replace(entry.name,".*:","")}'))))