diff options
author | Aditya <bluenerd@protonmail.com> | 2023-02-26 17:09:32 +0530 |
---|---|---|
committer | Aditya <bluenerd@protonmail.com> | 2023-02-26 17:09:32 +0530 |
commit | cbfaaff0d4c92b5e83fccdd5935fe78d69c9b5e1 (patch) | |
tree | 10ce3386bdc697927b984b44f6aa4b94e5ee1049 /cinnamon/spices/calendar@cinnamon.org/13.json | |
parent | a1682154f7142053a74284623e3eb8c32b7a25cd (diff) |
add cinnamon
Diffstat (limited to 'cinnamon/spices/calendar@cinnamon.org/13.json')
-rw-r--r-- | cinnamon/spices/calendar@cinnamon.org/13.json | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/cinnamon/spices/calendar@cinnamon.org/13.json b/cinnamon/spices/calendar@cinnamon.org/13.json new file mode 100644 index 0000000..41e5062 --- /dev/null +++ b/cinnamon/spices/calendar@cinnamon.org/13.json @@ -0,0 +1,54 @@ +{ + "section1": { + "type": "section", + "description": "Display" + }, + "show-events": { + "type": "switch", + "default": true, + "description": "Show calendar events", + "tooltip": "Check this to display events in the calendar.", + "value": true + }, + "show-week-numbers": { + "type": "switch", + "default": false, + "description": "Show week numbers in calendar", + "tooltip": "Check this to show week numbers in the calendar.", + "value": false + }, + "use-custom-format": { + "type": "switch", + "default": false, + "description": "Use a custom date format", + "tooltip": "Check this to define a custom format for the date in the calendar applet.", + "value": false + }, + "custom-format": { + "type": "entry", + "default": "%A, %B %e, %H:%M", + "description": "Date format", + "dependency": "use-custom-format", + "tooltip": "Set your custom format here.", + "value": "%A, %B %e, %H:%M" + }, + "format-button": { + "type": "button", + "description": "Show information on date format syntax", + "dependency": "use-custom-format", + "callback": "on_custom_format_button_pressed", + "tooltip": "Click this button to know more about the syntax for date formats." + }, + "section2": { + "type": "section", + "description": "Keyboard shortcuts" + }, + "keyOpen": { + "type": "keybinding", + "description": "Show calendar", + "default": "<Super>c", + "tooltip": "Set keybinding(s) to show the calendar.", + "value": "<Super>c" + }, + "__md5__": "5ea063337a9b776b6c19825f31b2a320" +}
\ No newline at end of file |