diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2022-02-12 14:16:57 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2022-02-12 14:16:57 +0200 |
| commit | dbec0dfd63e855c66e3b92b7d5426b74e224e341 (patch) | |
| tree | 4e8b06ab2bacd884e6c23a1ef63c775379dce5b9 /cinnamon-setup/calendar.json | |
| parent | 29abc501d7af0fda3828ae428134a5c8c910b88f (diff) | |
| download | application-setup-dbec0dfd63e855c66e3b92b7d5426b74e224e341.tar application-setup-dbec0dfd63e855c66e3b92b7d5426b74e224e341.tar.gz application-setup-dbec0dfd63e855c66e3b92b7d5426b74e224e341.zip | |
Added legacy cinnamon setup stuff
Diffstat (limited to 'cinnamon-setup/calendar.json')
| -rw-r--r-- | cinnamon-setup/calendar.json | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/cinnamon-setup/calendar.json b/cinnamon-setup/calendar.json new file mode 100644 index 0000000..8697149 --- /dev/null +++ b/cinnamon-setup/calendar.json @@ -0,0 +1,49 @@ +{ + "section1": { + "type": "section", + "description": "Display" + }, + "show-week-numbers": { + "type": "switch", + "default": false, + "description": "Show week numbers in calendar", + "tooltip": "Check this to show week numbers in the calendar.", + "value": true + }, + "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": true + }, + "custom-format": { + "type": "entry", + "default": "%A, %B %e, %H:%M", + "description": "Date format", + "indent": true, + "dependency": "use-custom-format", + "tooltip": "Set your custom format here.", + "value": "%H:%M | %d.%m.%Y" + }, + "format-button": { + "type": "button", + "description": "Show information on date format syntax", + "indent": true, + "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__": "630b424730fcba4718d867a7442c6b3b" +} |
