We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e7b79 commit 086144fCopy full SHA for 086144f
Configs/.local/share/waybar/modules/custom-dunst.jsonc
@@ -24,7 +24,7 @@
24
},
25
"return-type": "json",
26
// "exec-if": "which dunstctl",
27
- "exec-if": "dunstctl action 2> /dev/null", // This is to check if dunst is running
+ "exec-if": "dunstctl is-paused 2> /dev/null", // This is to check if dunst is running
28
"exec": "hyde-shell notifications",
29
"on-scroll-down": "sleep 0.1 && dunstctl history-pop",
30
"on-click": "dunstctl set-paused toggle",
0 commit comments