Anfid / dotawesome

Awesome WM configuration
MIT License
11 stars 0 forks source link

Do you have dotfiles for conky? #2

Closed thepenguinthatwants closed 3 years ago

thepenguinthatwants commented 3 years ago

I've being trying to get conky to work with awesome for a while with no success.

Anfid commented 3 years ago

Sure thing. If you are interested in the exact conky setup I used for my screenshot, it was last present on commit 8373340f402f4a97ea3870a4729ebc537f0d827f. The script that I used to start it up is startup.sh. It is called here.

The conky config itself can be found in separate repository, where I keep shared config between all WMs: [dotfiles].(https://github.com/Anfid/dotfiles) The config dir itself: home/.config/conky.

However, now I decided to stray away from conky and write similar native awesome widgets, they are much more extensible. Although at this moment they are far from complete, you can find CPU, RAM monitoring and cava visualizer here. Notable improvements are widget scaling with monitor DPI, automatic adjustment to awesome theme colors and automatic adjustment to CPU core count for easier use across different machines. These widgets initialization can be easily found in current master, in rc.lua.