aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/waybar/config.jsonc
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:18 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:18 +0100
commit9859c0ab03e16d64080c44d559df737a0b5771b3 (patch)
tree5f0de2fd1ec5b3a3432a23d9bf6779bfe678acb8 /dot_config/waybar/config.jsonc
parent8bd48cee6cda315501db1697bc8101ec42b5cc88 (diff)
downloaddotfiles-9859c0ab03e16d64080c44d559df737a0b5771b3.tar.gz
dotfiles-9859c0ab03e16d64080c44d559df737a0b5771b3.tar.bz2
dotfiles-9859c0ab03e16d64080c44d559df737a0b5771b3.zip
feat(waybar): add mako notification counter module
New mako-status.sh emits JSON with pending / history counts. Click to dismiss latest, right-click to dismiss all, middle-click to restore the last dismissed notification.
Diffstat (limited to 'dot_config/waybar/config.jsonc')
-rw-r--r--dot_config/waybar/config.jsonc11
1 files changed, 11 insertions, 0 deletions
diff --git a/dot_config/waybar/config.jsonc b/dot_config/waybar/config.jsonc
index 45d0bfc..46413ac 100644
--- a/dot_config/waybar/config.jsonc
+++ b/dot_config/waybar/config.jsonc
@@ -17,6 +17,7 @@
"clock",
"idle_inhibitor",
"privacy",
+ "custom/notifications",
"tray",
],
@@ -152,4 +153,14 @@
{ "type": "audio-in", "tooltip": true },
],
},
+
+ "custom/notifications": {
+ "exec": "~/.config/waybar/mako-status.sh",
+ "return-type": "json",
+ "interval": 2,
+ "on-click": "makoctl dismiss",
+ "on-click-right": "makoctl dismiss --all",
+ "on-click-middle": "makoctl restore",
+ "tooltip": true,
+ },
}