lemonbar/laptop/workspaces.sh
1	#!/bin/sh
2 i3-msg -t get_workspaces \
3 | jq '.[] | select(.focused==true).name' \
4 | cut -d"\"" -f2