You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cpuload@kimse/files/cpuload@kimse/settings-schema.json
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -94,10 +94,17 @@
94
94
"type": "header",
95
95
"description": "Background"
96
96
},
97
+
"desklet-background-color": {
98
+
"type": "colorchooser",
99
+
"default": "rgba(0,0,0,0)",
100
+
"description": "Desklet background",
101
+
"tooltip": "Background color for the whole desklet face. Use the alpha slider in the color picker to set transparency - alpha 0 keeps it fully see-through, matching the old behavior."
102
+
},
97
103
"show-background": {
98
104
"type": "checkbox",
99
-
"description": "Show background",
100
-
"default": true
105
+
"description": "Show gauge track",
106
+
"default": true,
107
+
"tooltip": "Show a faint ring behind each CPU gauge. This is separate from the desklet background above."
0 commit comments