7 lines
166 B
Bash
Executable File
7 lines
166 B
Bash
Executable File
#!/usr/bin/env bash
|
|
current_ws=$(hyprctl activeworkspace | grep "workspace ID" | awk '{print $3}' | head -n1)
|
|
|
|
#echo "Workspace $current_ws"
|
|
echo " $current_ws"
|
|
|