https://github.com/lissy93/conky-system-stats-widget
🎀 A minimal conky configuration to show real-time system resource usage on Linux
https://github.com/lissy93/conky-system-stats-widget
conky
Last synced: 8 months ago
JSON representation
🎀 A minimal conky configuration to show real-time system resource usage on Linux
- Host: GitHub
- URL: https://github.com/lissy93/conky-system-stats-widget
- Owner: Lissy93
- Created: 2018-01-27T23:28:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T00:03:35.000Z (over 3 years ago)
- Last Synced: 2025-05-02T23:35:56.197Z (about 1 year ago)
- Topics: conky
- Language: Shell
- Homepage:
- Size: 3.22 MB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
🎀 System Stats Widget for Linux
A minimal conky configuration to show real-time system resource usage on Linux

### About
This conky widget aims to show vital system stats at a glance, while also being simple, minimal and lightweight.
[Conky](https://github.com/brndnmtthws/conky) is an open source, light-weight system monitor for X. It's easy to write widgets for, and can be used to display any kind of data directly on your desktop. For more info, see the [Conky Wiki on GitHub](https://github.com/brndnmtthws/conky/wiki)
### Installation
Firstly, if you haven't already - then install Conky for your system. See the [Installation Wiki](https://github.com/brndnmtthws/conky/wiki/Installation) for distro-specific instructions.
Then download [`minimal-system-conky.conf`](https://raw.githubusercontent.com/Lissy93/conky-system-stats-widget/master/minimal-system-conky.conf), and pass it to conky, with the `--config` flag. e.g:
```bash
mkdir -p ~/.config/conky/
curl -o ~/.config/conky/minimal-system-conky.conf \
https://raw.githubusercontent.com/Lissy93/conky-system-stats-widget/master/minimal-system-conky.conf
conky --config ~/.config/conky/minimal-system-conky.conf
```
### Contributing
If you have an improvement that you'd like to make, feel free to submit a pull request.
---
© Alicia Sykes 2018
Licensed under MIT