feat: make a global eww widget closer

This commit is contained in:
matt1432 2023-05-29 14:26:59 -04:00
parent 7fbfdb1802
commit ed88184a04
6 changed files with 14 additions and 23 deletions
waybar/scripts

View file

@ -1,7 +1,7 @@
#!/bin/bash
if [[ $(eww state | grep br_icon) ]]; then
eww close actions && eww close actions-closer
eww close actions && eww close closer
else
eww open actions && eww open actions-closer
eww open actions && eww open closer
fi