1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-26 14:13:53 +01:00
eoli3n-dotfiles/roles/eww/files/get-workspaces
2023-11-08 15:01:15 +01:00

4 lines
119 B
Bash
Executable File

#!/bin/bash
swaymsg -t get_workspaces --raw | jq -c 'map({name: .name | tostring, output: .output, icon: .name[2:]})'