36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"settings": {
|
|
"cat_color": {
|
|
"description": "Used when Cat Color is set to Custom.",
|
|
"label": "Custom Color"
|
|
},
|
|
"cat_color_mode": {
|
|
"description": "Use the current theme color, or pick a custom color below.",
|
|
"label": "Cat Color",
|
|
"option_custom": "Custom",
|
|
"option_theme": "Match Theme"
|
|
},
|
|
"cat_size": {
|
|
"description": "Sprite size in the bar, in pixels.",
|
|
"label": "Cat Size"
|
|
},
|
|
"poll_interval": {
|
|
"description": "How often to sample CPU usage, in seconds.",
|
|
"label": "CPU Poll Interval"
|
|
},
|
|
"run_threshold": {
|
|
"description": "CPU percentage at which the cat breaks into a run.",
|
|
"label": "Run Threshold"
|
|
},
|
|
"show_cpu_percent": {
|
|
"description": "Display the CPU percentage next to the cat.",
|
|
"label": "Show CPU Percentage"
|
|
},
|
|
"walk_threshold": {
|
|
"description": "CPU percentage at which the cat wakes up and starts walking.",
|
|
"label": "Walk Threshold"
|
|
}
|
|
},
|
|
"title": "Cat"
|
|
}
|