mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-22 22:51:05 +01:00
67 lines
1.5 KiB
JSON
Executable file
67 lines
1.5 KiB
JSON
Executable file
{
|
|
"apearance": {
|
|
"type": "header",
|
|
"description": "Appearance and behavior"
|
|
},
|
|
|
|
"panelIcon": {
|
|
"type": "iconfilechooser",
|
|
"description": "Panel Icon",
|
|
"default": "go-next",
|
|
"tooltip": "Supports both icon name and icon path.\nTo use a symbolic icon, include '-symbolic' (or '-symbolic.svg') at the end."
|
|
},
|
|
|
|
"tooltipText": {
|
|
"type": "entry",
|
|
"description": "Tooltip",
|
|
"default": ""
|
|
},
|
|
|
|
"keyLaunch": {
|
|
"type": "keybinding",
|
|
"description": "Keyboard shortcut",
|
|
"default": ""
|
|
},
|
|
|
|
"showNotifications": {
|
|
"type": "checkbox",
|
|
"description": "Show notifications on completion",
|
|
"default": false
|
|
},
|
|
|
|
"sep1": {
|
|
"type": "separator"
|
|
},
|
|
|
|
"commandTitle": {
|
|
"type": "header",
|
|
"description": "Command settings"
|
|
},
|
|
|
|
"command": {
|
|
"type": "entry",
|
|
"description": "Command",
|
|
"default": ""
|
|
},
|
|
|
|
"useRoot": {
|
|
"type": "checkbox",
|
|
"description": "Run as root",
|
|
"default": false
|
|
},
|
|
|
|
"useAltEnv": {
|
|
"type": "checkbox",
|
|
"description": "Run in alternate directory",
|
|
"default": false
|
|
},
|
|
|
|
"altEnv": {
|
|
"type": "filechooser",
|
|
"description": "Environment path",
|
|
"default": "/",
|
|
"select-dir": true,
|
|
"indent": true,
|
|
"dependency": "useAltEnv"
|
|
}
|
|
}
|