mirror of
https://github.com/acarl005/toerings.git
synced 2026-02-06 10:47:17 +00:00
A clone of Conky Seamod using Tauri
| .github/workflows | ||
| public | ||
| src | ||
| src-tauri | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| index.html | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
ToeRings
A theme-able system monitoring tool.
I tried to port the Seamod Conky theme to Tauri. I copied a lot of the Rust code from Bottom.
The name "ToeRings" just sounds like Tauri, and contains the word "rings".
Install from Source
You can build the executable locally. Requires you to have NodeJS and Rust installed.
git clone https://github.com/acarl005/toerings.git
cd toerings
npm i
npm run tauri build
Configure
There is a preferences panel which is accessible from the app menu.
Run in Development
npm i
npm run tauri dev

