Releases: jxai/lean-conky-config
Releases · jxai/lean-conky-config
v0.9.0
Features
- Weather component with Open-Meteo (default) and wttr.in backends, showing temperature, wind, precipitation, and humidity with graphics; supports metric/imperial toggle, auto or user-specified location
- Reload config without restart via
start-lcc.sh -r - Redesigned rendering APIs for more precise layout control
- Demo mode for development and screenshots
- Improved screenshot tool
- Logging support for diagnosis and debugging
Bug Fixes
v0.8.1
Features
- Support multiple NVidia GPUs (#21)
- Customizable storage mountpoints via
storage_include_fs,storage_exclude_fs,storage_exclude_paths - Desktop window type by default
Bug Fixes
v0.8.0
Features
- Modular component system: panel defined as a list in
lcc.panel(datetime,cpu,memory,storage,network,gpu,vspace,message, …) - New
gpu.nvidiacomponent backed bypynvml(with Conky-native fallback) - Template engine (
liluat) for component rendering lcc.config.spacing,width,width_halfadded as layout parameters- Font Awesome updated to 6.1.1; GPU icon added
lib/directory structure introduced
Bug Fixes
- Fixed empty panel when no
local.confexists - Fixed
tform.luabug wheregsubreturns an extra value - Fixed Conky 1.8 color mode compatibility (#13)
v0.7.1
Features
- Global panel scaling via
lcc.config.scale lcc.configandlcc.fontstables inlocal.conf(replaceslocal_config/local_fonts)start-lcc.shreplacesstart.sh: selective process management,-pflag for custom Conky binary- Added
btrfsto recognized filesystem types (#6)
Bug Fixes
- Fixed decimal rounding errors after scaling
- Fixed LXDE compatibility (#1) via
own_window_hints - Fixed
package.pathnot set correctly when started from an arbitrary directory
v0.6.2
Features
- Bundled
LeanConkyConfigfont (Font Awesome subset + LCD clock face), auto-installed on start - LCD-style time display with plain-font fallback
start.sh -nflag to skip startup delayconky_fontsupports analt_fontfallback parameterfont/installgains-f(force) and-u(uninstall) flags- Small icon variant (
icon_s) for inline decorative use - Section renamed from "DISK USAGE" to "STORAGE"; small icons added to disk and network headers
Bug Fixes
- Fixed FA glyph names being lost during font build
v0.5.2
v0.5.0
Features
- Initial release: CPU, memory, storage, and network sections
- Auto-discovery of network interfaces and mounted disks; dynamically updates on device changes
- Named fonts with Font Awesome icon support and graceful fallback
- Docker container support
- Customizable colors and fonts via
local.conf