dotfiles/.config/eww/widgets/notification-draw/toggle-notification-draw

6 lines
135 B
Plaintext
Raw Normal View History

2023-07-06 18:26:47 +00:00
if [ $(eww get notification_reveal) == true ]; then
eww update notification_reveal=false
else
eww update notification_reveal=true
fi