acarl005 / toerings

A clone of Conky Seamod using Tauri

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToeRings

A theme-able system monitoring tool.

examples

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.

preferences panel

Run in Development

npm i
npm run tauri dev

About

A clone of Conky Seamod using Tauri

License:MIT License


Languages

Language:Rust 78.9%Language:Svelte 16.2%Language:TypeScript 3.2%Language:JavaScript 1.0%Language:CSS 0.4%Language:HTML 0.3%