3 lines
122 B
Bash
Executable File
3 lines
122 B
Bash
Executable File
active_workspace= hyprctl activeworkspace | grep "on monitor" | sed 's/.*monitor //' | sed 's/://'
|
|
echo $active_workspace
|