This commit is contained in:
KoenDR06 2025-03-18 16:57:39 +01:00
parent 863b0522ec
commit 6c4b9dab68
5 changed files with 72 additions and 22 deletions

View file

@ -0,0 +1,7 @@
#!/bin/sh
if [ $(hyprctl -j clients | jq '.[].workspace.id' | grep -w $1 | wc -l) -eq 0 ]; then
echo "⬦"
else
echo "⟐"
fi