A clone of Conky Seamod using Tauri
Go to file
2023-06-11 17:01:23 -07:00
.github/workflows dont try to build on windows 2023-06-11 17:01:23 -07:00
public add logo and update readme 2023-02-26 12:45:16 -05:00
src initial commit 2023-02-22 22:00:01 -05:00
src-tauri add logo and update readme 2023-02-26 12:45:16 -05:00
.eslintrc.cjs initial commit 2023-02-22 22:00:01 -05:00
.gitignore initial commit 2023-02-22 22:00:01 -05:00
.prettierignore initial commit 2023-02-22 22:00:01 -05:00
.prettierrc initial commit 2023-02-22 22:00:01 -05:00
index.html initial commit 2023-02-22 22:00:01 -05:00
LICENSE Create LICENSE 2023-03-12 12:35:44 -04:00
package-lock.json initial commit 2023-02-22 22:00:01 -05:00
package.json initial commit 2023-02-22 22:00:01 -05:00
README.md add logo and update readme 2023-02-26 12:45:16 -05:00
tsconfig.json initial commit 2023-02-22 22:00:01 -05:00
tsconfig.node.json initial commit 2023-02-22 22:00:01 -05:00
vite.config.ts initial commit 2023-02-22 22:00:01 -05:00

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