Disabled notifications for shell commands

This commit is contained in:
2026-02-28 11:47:17 +01:00
parent 1b4d866705
commit f079f625b9
@@ -40,11 +40,7 @@
"text-empty": "No notifications", "text-empty": "No notifications",
"widgets": [ "widgets": ["title", "dnd", "notifications"],
"title",
"dnd",
"notifications"
],
"widget-config": { "widget-config": {
"title": { "title": {
@@ -56,7 +52,8 @@
"text": "Do Not Disturb" "text": "Do Not Disturb"
}, },
"notifications": { "notifications": {
"vexpand": true "vexpand": true,
"shell_command": false
} }
} }
} }