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".
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
There is a preferences panel which is accessible from the app menu.
npm i
npm run tauri dev