From cbfaaff0d4c92b5e83fccdd5935fe78d69c9b5e1 Mon Sep 17 00:00:00 2001 From: Aditya Date: Sun, 26 Feb 2023 17:09:32 +0530 Subject: add cinnamon --- .../notifications@cinnamon.org.json | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 cinnamon/spices/notifications@cinnamon.org/notifications@cinnamon.org.json (limited to 'cinnamon/spices/notifications@cinnamon.org') diff --git a/cinnamon/spices/notifications@cinnamon.org/notifications@cinnamon.org.json b/cinnamon/spices/notifications@cinnamon.org/notifications@cinnamon.org.json new file mode 100644 index 0000000..428b0ad --- /dev/null +++ b/cinnamon/spices/notifications@cinnamon.org/notifications@cinnamon.org.json @@ -0,0 +1,58 @@ +{ + "section1": { + "type": "section", + "description": "Behavior" + }, + "ignoreTransientNotifications": { + "type": "switch", + "default": true, + "description": "Ignore transient notifications", + "tooltip": "Check this to ignore transient notifications.", + "value": true + }, + "section2": { + "type": "section", + "description": "Display" + }, + "showEmptyTray": { + "type": "switch", + "default": false, + "description": "Show empty tray", + "tooltip": "Check this to show the tray even when there are no new notifications.", + "value": false + }, + "showNotificationCount": { + "type": "switch", + "default": true, + "description": "Show the number of notifications", + "value": true + }, + "section3": { + "type": "section", + "description": "Keyboard shortcuts" + }, + "keyOpen": { + "type": "keybinding", + "description": "Show notifications", + "default": "n", + "tooltip": "Set keybinding(s) to show the notification popup menu.", + "value": "n" + }, + "keyClear": { + "type": "keybinding", + "description": "Clear notifications", + "default": "c", + "tooltip": "Set keybinding(s) to clear all notifications.", + "value": "c" + }, + "section4": { + "type": "section", + "description": "" + }, + "btnSystemSettings": { + "type": "button", + "description": "Open notification settings", + "callback": "on_btn_open_system_settings_clicked" + }, + "__md5__": "cb9ad336b2e360509f8ba388e1d19b8f" +} \ No newline at end of file -- cgit v1.2.3