-
-
Notifications
You must be signed in to change notification settings - Fork 623
Configs
ernesto1 edited this page Feb 2, 2025
·
86 revisions
When your conky config is finished you can spread the love! Share them on sites like DeviantArt.com, Gnome-look.org, Bunsenlabs or any other site you would like!
Upload your conky.conf
, any other scripts that might be needed,
a screenshot, and a thumbnail of the screenshot to a public place such as
GitHub Gist.
Click "edit" in the top-right corner of this page, and add your config. Example:
[![screenshot](https://example.com/screenshot-thumb.png)](https://example.com/screenshot.png)
* [conky.conf](https://example.com/conky.conf)
* [script.lua](https://example.com/script.lua)
- sidebar conky
- project's github repository for images and supporting scripts
- Simple, readable, minimal dependencies
- Designed for 4K displays
- start-conky.sh provides a toggle option for integration with window systems (e.g. Cinnamon Hot Corners)
- Place the two files inside $HOME/.conky directory and enjoy
- conky.conf
- start-conky.sh
- left conky sidebar configurations: sidebar, memoryGraph, temperature
- right sidebar configuration: applications
- project's github repository for images and supporting scripts
- Simple: works out of the box, automatically discovers devices (storage, network etc.), resizable to fit any screen resolution with a single config
- Elegant: clean, sleek and functional layout
- Customizable: pick the components you need to build the panel, change colors and fonts the way you like
- Extensible: modular component system, template-based, easy to extend
[
- conky configurations: sidebar, system, package updates + music player + torrents
- project's github repository for images and supporting scripts
- left sidebar conky configuration: sidebar, temperatures
- right sidebar conky configuration: applications
- project's github repository for images and supporting scripts
- conky configurations
- project's github repository for images and supporting scripts
- fonts: Promenade de la Croisette
(MX-Elementary is a MX Linux Conky Widget)
Kind of based on severindupouy's config above.
4 configs to run multiple instances of Conky in column format for a wide auxiliary display
- 100% lua
- all static informations are only loaded once at conky startup
- internet-dependent caching of information
- modular: everything is configurable in configuration file without editing lua code
- is a good starting point for a new config
You will have to [convert](Convert to new 1.10 syntax) these files to the new conky.conf
format.
- emerge-progress.sh
- weather.tar.gz
- conkyrc
- conky-rss.sh
- lastsync.pl
- emerge-current.sh
- emerge-status.sh
usage : nano /etc/conky/conky.conf , overwrite conky.conf
- Home
- Installation
- Configurations
- Window Configuration
- Configs
- FAQ
- Lua
- Variables
- Compatibility
- Using Lua scripts
- How to Load and Use Lua Scripts
- Essentials of Drawing
- Drawing Lines
- Drawing Rectangles, Circles and Arcs
- Making A Bar Meter and A Circle Meter
- Borders and If Statements
- Alarm Colors and Complex If Statements
- Functions
- Function Parameters
- Table Parameters
- For Loops and CPU Chart
- Clock and Circular Things
- Useful Functions and Code
- CLI Commands Timers and Line Editing
- Mouse Events
- Rendering an SVG with librsvg and Cairo
- Contributing
- Issue Reporting