https://github.com/patrickm663/conky-minimal
A minimal, no-fuss conky theme
https://github.com/patrickm663/conky-minimal
Last synced: 10 months ago
JSON representation
A minimal, no-fuss conky theme
- Host: GitHub
- URL: https://github.com/patrickm663/conky-minimal
- Owner: patrickm663
- License: gpl-3.0
- Created: 2023-02-28T08:54:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T09:16:51.000Z (almost 3 years ago)
- Last Synced: 2025-03-06T16:48:47.592Z (about 1 year ago)
- Language: Lua
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# conky-minimal
A minimal, no-fuss Conky theme to monitor your Linux system from your desktop.
## Setup
**TL;DR: Ensure `conky-all` is installed and run `conky` with directions to wherever you choose to place this repo's `conky.lua` file**.
An installation script has been provided for Debian/Ubuntu systems, but can be swapped out for other package managers.
## How to use
From your terminal run:
```bash
conky -c
```
For example, if you choose to copy the theme over to `~/.conky/:
```bash
conky -c ~/.conky/conky-minimal
```
This is kept flexible and non-prescriptive to allow you to test the theme from anywhere, including this repo, without having to commit to it and risk disrupting your existing configs.
## License
This is licensed under GNU GPL v3.