diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-05-10 00:29:50 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-05-10 00:29:50 +0200 |
commit | 4bab7c1226ded4833e303c79a1a9ad1af090c59d (patch) | |
tree | 0468b1a892b64665280ae326fb394254769ce537 /.config/eww | |
parent | eaaa7fb95b9ff7add373bd47177bc87a288d29d6 (diff) |
eww: Fix typo in command name
Diffstat (limited to '.config/eww')
-rwxr-xr-x | .config/eww/scripts/workspace-list-listener | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/eww/scripts/workspace-list-listener b/.config/eww/scripts/workspace-list-listener index 5ab5c19..f91b2e4 100755 --- a/.config/eww/scripts/workspace-list-listener +++ b/.config/eww/scripts/workspace-list-listener @@ -2,7 +2,7 @@ readonly IPC=/tmp/hypr/$HYPRLAND_INSTANCE_SIGNATURE/.socket2.sock -hyptctl -j workspaces | jq -cr ' +hyprctl -j workspaces | jq -cr ' [.[].id] | group_by(. / 10 | floor) | [.[] | map(. % 10)] |