From cbfaaff0d4c92b5e83fccdd5935fe78d69c9b5e1 Mon Sep 17 00:00:00 2001 From: Aditya Date: Sun, 26 Feb 2023 17:09:32 +0530 Subject: add cinnamon --- cinnamon/spices/calendar@cinnamon.org/13.json | 54 +++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 cinnamon/spices/calendar@cinnamon.org/13.json (limited to 'cinnamon/spices/calendar@cinnamon.org/13.json') 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": "c", + "tooltip": "Set keybinding(s) to show the calendar.", + "value": "c" + }, + "__md5__": "5ea063337a9b776b6c19825f31b2a320" +} \ No newline at end of file -- cgit v1.2.3