diff options
author | Aditya <bluenerd@protonmail.com> | 2023-02-26 17:09:32 +0530 |
---|---|---|
committer | Aditya <bluenerd@protonmail.com> | 2023-02-26 17:09:32 +0530 |
commit | cbfaaff0d4c92b5e83fccdd5935fe78d69c9b5e1 (patch) | |
tree | 10ce3386bdc697927b984b44f6aa4b94e5ee1049 /cinnamon/spices/cornerbar@cinnamon.org/14.json | |
parent | a1682154f7142053a74284623e3eb8c32b7a25cd (diff) |
add cinnamon
Diffstat (limited to 'cinnamon/spices/cornerbar@cinnamon.org/14.json')
-rw-r--r-- | cinnamon/spices/cornerbar@cinnamon.org/14.json | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/cinnamon/spices/cornerbar@cinnamon.org/14.json b/cinnamon/spices/cornerbar@cinnamon.org/14.json new file mode 100644 index 0000000..98d3ca6 --- /dev/null +++ b/cinnamon/spices/cornerbar@cinnamon.org/14.json @@ -0,0 +1,71 @@ +{ + "head": { + "type": "header", + "description": "Settings" + }, + "click-action": { + "type": "combobox", + "description": "Click action", + "default": "show_desktop", + "options": { + "Show the desktop": "show_desktop", + "Show the desklets": "show_desklets", + "Show the workspace selector (Expo)": "show_expo", + "Show the window selector (Scale)": "show_scale" + }, + "value": "show_desktop" + }, + "middle-click-action": { + "type": "combobox", + "description": "Middle click action", + "default": "show_desklets", + "options": { + "Show the desktop": "show_desktop", + "Show the desklets": "show_desklets", + "Show the workspace selector (Expo)": "show_expo", + "Show the window selector (Scale)": "show_scale" + }, + "value": "show_desklets" + }, + "peek-at-desktop": { + "type": "switch", + "default": false, + "description": "Peek at the desktop on hover", + "tooltip": "Peek at the desktop when hovering the applet", + "value": false + }, + "peek-blur": { + "type": "switch", + "default": false, + "dependency": "peek-at-desktop", + "description": "Blur effect", + "tooltip": "Blur windows when peeking at the desktop", + "value": false + }, + "peek-delay": { + "type": "spinbutton", + "default": 400, + "min": 0, + "max": 1000, + "step": 50, + "units": "milliseconds", + "dependency": "peek-at-desktop", + "description": "Hover delay", + "tooltip": "Delay before Peek shows desktop", + "value": 400 + }, + "peek-opacity": { + "type": "scale", + "default": 5, + "units": "%", + "digits": 0, + "min": 0, + "max": 100, + "step": 5, + "dependency": "peek-at-desktop", + "description": "Window opacity", + "tooltip": "Change the opacity of windows when peeking at the desktop", + "value": 5 + }, + "__md5__": "c9d80feef5e24b1ccab9b6a03c1a5717" +}
\ No newline at end of file |