Update notif block
This commit is contained in:
parent
3022d24ffb
commit
0bc8492c51
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue