Disabled notifications for shell commands
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user