Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/acarl005/toerings

A clone of Conky Seamod using Tauri
https://github.com/acarl005/toerings

Last synced: about 2 months ago
JSON representation

A clone of Conky Seamod using Tauri

Lists

README

        

# ToeRings

A theme-able system monitoring tool.

![examples](./public/example-all.png)

I tried to port the [Seamod](https://github.com/maxiwell/conky-seamod) Conky theme to Tauri.
I copied a lot of the Rust code from [Bottom](https://github.com/ClementTsang/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.

```sh
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](./public/example-preferences.png)

## Run in Development

```sh
npm i
npm run tauri dev
```