diff --git a/blocks.def/notifications_button.sh b/blocks.def/notifications_button.sh index a984ce4..ea54fb5 100755 --- a/blocks.def/notifications_button.sh +++ b/blocks.def/notifications_button.sh @@ -4,12 +4,16 @@ toggleNotifications() { dunstctl set-paused toggle } +getNotifications() { + dunstctl history-pop +} + refreshNotificationsBlock() { sigdwmblocks 6 } case "$1" in - #1) toggleNotifications ;; + 1) getNotifications ;; 2) toggleNotifications ;; #3) pactl set-sink-mute @DEFAULT_SINK@ toggle;; esac