diff --git a/henrovnix_ok/assets/conf/desktop/notifications/ncsway/config.json b/henrovnix_ok/assets/conf/desktop/notifications/ncsway/config.json index b1d92e4ae..f8aef7acf 100644 --- a/henrovnix_ok/assets/conf/desktop/notifications/ncsway/config.json +++ b/henrovnix_ok/assets/conf/desktop/notifications/ncsway/config.json @@ -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 } } -} \ No newline at end of file +}