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