eww
This commit is contained in:
parent
863b0522ec
commit
6c4b9dab68
5 changed files with 72 additions and 22 deletions
7
modules/wm/hyprland/config/eww/scripts/windows.sh
Executable file
7
modules/wm/hyprland/config/eww/scripts/windows.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue