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