-
-
Notifications
You must be signed in to change notification settings - Fork 633
Convert to new 1.10 syntax
conky.config = { -- background = true, -- update_interval = 10, font = 'Source Sans Pro:size=14', -- xftfont Sans:size=10, -- use_xft = true, -- xftalpha = 0.8, -- update_interval = 60, -- total_run_times = 0, own_window = true, own_window_type = 'desktop', own_window_argb_visual = true, own_window_transparent = true, -- own_window_class = 'Conky', own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', -- double_buffer = true, -- minimum_height = 5, -- minimum_width = 100, -- draw_shades = true, -- draw_outline = false, -- draw_borders = false, -- draw_graph_borders = true, -- default_color = 'CDE0E7', -- default_shade_color = 'black', -- default_outline_color = 'green', -- alignment = 'bottom_left', -- gap_x = 0, -- gap_y = 5, -- no_buffers = false };
conky.text=[[ ${color CDE0E7}${alignr}Phone: +49 511 5151 3570 ${color CDE0E7}${alignr}Fax: +49 511 5151 3571 ${color CDE0E7}${alignr}Office: +49 511 5151 3572 ]]
- Home
- Installation
- Configuration File
- Window Configuration
- FAQ
- Lua
- 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