Skip to content

Jas0nG/RunCat_for_Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐈RunCat_for_Linux

🇨🇳 简体中文

A cute running cat animation on your Linux taskbar.
The speed depends on your CPU usage.

Demo

Demo

You only have to run the main.py

Installation

pip3 install -r requirements.txt

Usage

python3 main.py

Configuration

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
    }
}

Acknowledgements

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.😺😺😺

About

A cute running cat animation on your Linux taskbar.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages