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

6 lines
135 B
Plaintext
Executable File

if [ $(eww get notification_reveal) == true ]; then
eww update notification_reveal=false
else
eww update notification_reveal=true
fi