🇨🇳 简体中文
A cute running cat animation on your Linux taskbar.
The speed depends on your CPU usage.
You only have to run the main.py
pip3 install -r requirements.txt
python3 main.py
You can set cat icon color, speed in config.json
.
{
"settings": {
// true for dark mode, using white cat icon
"dark_mode": true,
/* cat speed relative to cpu usage,
true means the HIGHER cpu usage,
the FASTER cat runs*/
"positive_correlation" : false
}
}
This project was inspired by the work done in Runcat_for_Windows. Special thanks to the original authors for their innovative ideas and contributions to the open-source community.😺😺😺