#! @shell@ -ue swaymsg -t get_workspaces | @jq@/bin/jq -r \ '(to_entries | map(select(.value.focused)) | .[0].key), .[].name' | ( read index exec @bemenu@/bin/bemenu \ -p workspace \ -I "$index" \ -H 24 \ --fn 'monospace 10' \ --nf '#777777' \ --hb '#285577' \ --hf '#ffffff' \ --tf '#777777' \ --ff '#ffffff' )