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: 3 months ago
JSON representation
A clone of Conky Seamod using Tauri
- Host: GitHub
- URL: https://github.com/acarl005/toerings
- Owner: acarl005
- License: mit
- Created: 2023-01-23T05:31:48.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T00:11:53.000Z (over 1 year ago)
- Last Synced: 2024-04-27T16:31:52.794Z (6 months ago)
- Language: Rust
- Size: 15.8 MB
- Stars: 43
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tauri - ToeRings - Conky Seamod inspired system monitor app. (Applications / Utilities)
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
```