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",
"widgets": [
"title",
"dnd",
"notifications"
],
"widgets": ["title", "dnd", "notifications"],
"widget-config": {
"title": {
@@ -56,7 +52,8 @@
"text": "Do Not Disturb"
},
"notifications": {
"vexpand": true
"vexpand": true,
"shell_command": false
}
}
}
}