23 lines
567 B
JSON
23 lines
567 B
JSON
{
|
|
"panel": {
|
|
"cpuLabel": "CPU: {usage}%",
|
|
"title": "Catwalk"
|
|
},
|
|
"settings": {
|
|
"currentThreshold": "Current threshold: {value}%",
|
|
"hideBackground": {
|
|
"description": "Hide the background of the desktop widget",
|
|
"label": "Hide Background"
|
|
},
|
|
"minimumThreshold": {
|
|
"description": "CPU usage must be above this percentage for the cat to start running",
|
|
"label": "Minimum CPU Threshold"
|
|
},
|
|
"title": "Catwalk Settings"
|
|
},
|
|
"tooltip": {
|
|
"running": "Cat is running",
|
|
"sleeping": "Cat is sleeping"
|
|
}
|
|
}
|