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

9 lines
233 B
Bash
Raw Normal View History

#!/bin/bash
if [[ $(eww state | grep br_icon) ]]; then
$HOME/.config/eww/scripts/close.sh actions && eww close closer
else
$HOME/.config/eww/scripts/close-opened.sh
$HOME/.config/eww/scripts/open.sh actions && eww open closer
fi