1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-06-08 15:56:06 +02:00
eoli3n-dotfiles/roles/eww/files/get-active-workspace

4 lines
94 B
Plaintext
Raw Normal View History

2023-11-08 15:01:15 +01:00
#!/bin/bash
swaymsg -t get_workspaces --raw | jq -r '.[] | select(.focused == true) | .name'