Skip to content

Commit 086144f

Browse files
committed
Fix [Bug]: Notify open the website or application automatically. #1073
Closes #1073
1 parent 88e7b79 commit 086144f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configs/.local/share/waybar/modules/custom-dunst.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"return-type": "json",
2626
// "exec-if": "which dunstctl",
27-
"exec-if": "dunstctl action 2> /dev/null", // This is to check if dunst is running
27+
"exec-if": "dunstctl is-paused 2> /dev/null", // This is to check if dunst is running
2828
"exec": "hyde-shell notifications",
2929
"on-scroll-down": "sleep 0.1 && dunstctl history-pop",
3030
"on-click": "dunstctl set-paused toggle",

0 commit comments

Comments
 (0)