1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-17 21:16:08 +02:00
eoli3n-dotfiles/roles/eww/files/get-active-workspace
2023-11-08 15:01:15 +01:00

4 lines
94 B
Bash
Executable File

#!/bin/bash
swaymsg -t get_workspaces --raw | jq -r '.[] | select(.focused == true) | .name'