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/power@cinnamon.org | |
parent | a1682154f7142053a74284623e3eb8c32b7a25cd (diff) |
add cinnamon
Diffstat (limited to 'cinnamon/spices/power@cinnamon.org')
-rw-r--r-- | cinnamon/spices/power@cinnamon.org/power@cinnamon.org.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/cinnamon/spices/power@cinnamon.org/power@cinnamon.org.json b/cinnamon/spices/power@cinnamon.org/power@cinnamon.org.json new file mode 100644 index 0000000..02042e0 --- /dev/null +++ b/cinnamon/spices/power@cinnamon.org/power@cinnamon.org.json @@ -0,0 +1,22 @@ +{ + "labelinfo": { + "type": "combobox", + "description": "Display", + "default": "nothing", + "options": { + "Show percentage": "percentage", + "Show time remaining": "time", + "Show percentage and time remaining": "percentage_time", + "Hide label": "nothing" + }, + "value": "nothing" + }, + "showmulti": { + "type": "switch", + "default": false, + "description": "Always show all batteries", + "tooltip": "Check this to always show multiple batteries in the panel, regardless of whether one of them is marked primary.", + "value": false + }, + "__md5__": "db29025b0930e93063f745d0adcc675a" +}
\ No newline at end of file |