nixos-configs/waybar/scripts/quick-toggle.sh

8 lines
140 B
Bash
Raw Normal View History

#!/bin/bash
if [[ $(eww state | grep br_icon) ]]; then
2023-05-29 14:26:59 -04:00
eww close actions && eww close closer
else
2023-05-29 14:26:59 -04:00
eww open actions && eww open closer
fi