mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-10 01:18:06 +01:00
62 lines
No EOL
2 KiB
JSON
62 lines
No EOL
2 KiB
JSON
{
|
|
"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"
|
|
},
|
|
"custom-tooltip-format": {
|
|
"type": "entry",
|
|
"default": "%A, %B %e, %H:%M",
|
|
"description": "Date format for tooltip",
|
|
"dependency": "use-custom-format",
|
|
"tooltip": "Set your custom tooltip 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__": "de90b5cca13fa5a4289009477b98b2f7"
|
|
} |