Update notif block

This commit is contained in:
Santiago Lo Coco 2021-11-09 23:58:51 -03:00
parent 3022d24ffb
commit 0bc8492c51
1 changed files with 5 additions and 1 deletions

View File

@ -4,12 +4,16 @@ toggleNotifications() {
dunstctl set-paused toggle dunstctl set-paused toggle
} }
getNotifications() {
dunstctl history-pop
}
refreshNotificationsBlock() { refreshNotificationsBlock() {
sigdwmblocks 6 sigdwmblocks 6
} }
case "$1" in case "$1" in
#1) toggleNotifications ;; 1) getNotifications ;;
2) toggleNotifications ;; 2) toggleNotifications ;;
#3) pactl set-sink-mute @DEFAULT_SINK@ toggle;; #3) pactl set-sink-mute @DEFAULT_SINK@ toggle;;
esac esac