Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 683 Bytes

readme.md

File metadata and controls

36 lines (24 loc) · 683 Bytes

A cute running cat animation on your windows taskbar.

install

cargo install run-cat
or
cargo binstall run-cat

run-cat

add to startup

windows

powershell

Copy-Item "$HOME/.cargo/bin/run-cat.exe" "$HOME/AppData/Roaming/Microsoft/Windows/Start Menu/Programs/Startup/run-cat.exe"

bash

cp "$HOME/.cargo/bin/run-cat.exe" "$HOME/AppData/Roaming/Microsoft/Windows/Start Menu/Programs/Startup/run-cat.exe"

todo

  • Support linux
  • Custom speed and icons
  • Automatic detection theme color
  • Optimize animation speed and CPU usage

inspired by https://github.com/Kyome22/RunCat_for_windows