-
-
Notifications
You must be signed in to change notification settings - Fork 620
Configs
JayBeeDe edited this page Sep 30, 2024
·
85 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)
- 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
- 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
- github repository for images and supporting scripts
- left sidebar conky configuration: sidebar, temperatures
- right sidebar conky configuration: applications
- github repository for images and supporting scripts
- conky configurations
- github repository for images and supporting scripts
- fonts: Promenade de la Croisette, URW Gothic
(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 does a Lua script work
- Displaying stuff in conky
- 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
- Contributing
- Issue Reporting