Files
community-plugins/cat/translations/en.json
T
Robert WardandGitHub 813efca594 Add Cat plugin (#59)
An animated cat bar widget whose pace reflects CPU usage: sleeps
idle, walks under light load, runs under heavy load. Color follows
the theme by default or a pinned custom color. Cat artwork traced
from the MIT-licensed CatWalk plasmoid into a custom icon font.
2026-07-20 21:01:42 -04:00

36 lines
1.0 KiB
JSON

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