https://github.com/michaelb/Conky-Minimalism-tweaked
Tweak of Conky-Minimalism to consume less ressources and better fit my needs
https://github.com/michaelb/Conky-Minimalism-tweaked
conky monitoring widget
Last synced: 7 months ago
JSON representation
Tweak of Conky-Minimalism to consume less ressources and better fit my needs
- Host: GitHub
- URL: https://github.com/michaelb/Conky-Minimalism-tweaked
- Owner: michaelb
- License: mit
- Created: 2019-08-06T18:15:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T16:37:12.000Z (almost 4 years ago)
- Last Synced: 2024-11-14T03:27:20.312Z (8 months ago)
- Topics: conky, monitoring, widget
- Language: Lua
- Homepage:
- Size: 2.31 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conky-Minimalism-tweaked
A Simple Conky config tweaked by myself, a git repo just to save it tbh.
The whole thing use the rings_lua frameworkBasically tweaked color, changed some things for a **much** better ressource consumption, added numbers to CPU temp bars and added freqs value. A lot of these things are specific to my own hardware config, you'll have to tinker (probably).
## why you would want it
You like the original conky but would like more stuff onscreen, while still keeping it minimalist, and in the same time have a decent CPU usage
**Requires:**
- ttf-roboto | [AUR](https://www.archlinux.org/packages/community/any/ttf-roboto/)
- Conky with lua support | [AUR](https://aur.archlinux.org/packages/conky-lua/)
- lm-sensors | [AUR](https://www.archlinux.org/packages/?name=lm_sensors)
- cpupower | [AUR](https://www.archlinux.org/packages/community/x86_64/cpupower/)
- ripgrep## Installation
1. Extract the zip file
2. Change the paths in minimalismRC & startup.sh
3. Run startup.sh(and add startup.sh to some kind of autostarting script, or alternatively, setup your conkyrc)
## contributors and credits
It is basically a very simple fork of NoTranslation/Conky-Minimalism.
Credits to them, their repo is where I got a lot of the codeIf you want a simple conky working out-of-the box with your 16+ cores CPU I'd suggest using the original repo
Note:
- If Core temps are not displayed correctly, see line 264 in clocks.lua
- you may have to specify which battery index you have (for me BAT1), replace all BAT1 by BAT0 or the appropriate in minimalismRC and clocks.lua