35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{ "head" : {
|
|
"type" : "header",
|
|
"description" : "Window Buttons Settings"
|
|
}, "buttons-style": {
|
|
"type": "entry",
|
|
"description": "Window Buttons Style (default: title:icon:minimize:maximize:close)",
|
|
"default": "minimize:maximize:close"
|
|
}, "buttons-theme" : {
|
|
"type": "combobox",
|
|
"default" : "default",
|
|
"description" : "Buttons Theme (Needs Restart Cinnamon)",
|
|
"options" : {
|
|
"Default" : "default",
|
|
"Ambiance" : "Ambiance",
|
|
"Ambiance-Blue" : "Ambiance-Blue",
|
|
"Mac-OS-X" : "Mac-OS-X",
|
|
"Mint-X" : "Mint-X",
|
|
"Radiance" : "Radiance",
|
|
"UniMetro" : "UniMetro",
|
|
"UniMetro-Black" : "UniMetro-Black",
|
|
"Zukitwo" : "Zukitwo",
|
|
"Zukitwo-Dark" : "Zukitwo-Dark",
|
|
"Vimix" : "Vimix"
|
|
},
|
|
"tooltip" : "Please select a theme for window buttons"
|
|
}, "on-desktop-shutdown" : {
|
|
"type" : "checkbox",
|
|
"default" : false,
|
|
"description": "On desktop show shutdown menu when click close button"
|
|
}, "only-maximized" : {
|
|
"type" : "checkbox",
|
|
"default" : false,
|
|
"description": "Show applet (active buttons-title-icon on this instance) only active window maximized"
|
|
}
|
|
}
|