conky.config = { --## Begin Window Settings ##################### own_window = true, own_window_type = 'normal', own_window_transparent = true, own_window_hints = 'undecorated,sticky,below,skip_taskbar,skip_pager', own_window_colour = '#000000', own_window_class = 'Conky', own_window_title = 'Sidepanes Conky', --## ARGB can be used for real transparency --## NOTE that a composite manager is required for real transparency. --## This option will not work as desired (in most cases) in conjunction with --## own_window_type normal -- own_window_argb_visual yes # Options: yes or no -- own_window_argb_visual = true, --## When ARGB visuals are enabled, this use this to modify the alpha value --## Use: own_window_type normal --## Use: own_window_transparent no --## Valid range is 0-255, where 0 is 0% opacity, and 255 is 100% opacity. -- own_window_argb_value 50 minimum_width = 300, minimum_height = 670, maximum_width = 300, alignment = 'top_right', gap_x = 15,--## left | right gap_y = 5,--## up | down --###################### End Window Settings ### --## Font Settings ############################# -- Use Xft (anti-aliased font and stuff) use_xft = true, font = 'Roboto Regular:size=10', -- Alpha of Xft font. Must be a value at or between 1 and 0 ### xftalpha = 1, -- Force UTF8? requires XFT ### override_utf8_locale = true, uppercase = false, --######################## End Font Settings ### --## Colour Settings ########################### draw_shades = false,--yes default_shade_color = 'black', draw_outline = false,-- amplifies text if yes default_outline_color = 'black', default_color = '#d8dee8',-- White color1 = '#bf616a',-- Red color2 = '#a3be8c',-- Green color3 = '#ebcb8b',-- Yellow color4 = '#81a1c1',-- Blue --###################### End Colour Settings ### --## Borders Section ########################### draw_borders = false, -- Stippled borders? stippled_borders = 0, -- border margins border_inner_margin = 0, border_outer_margin = 0, -- border width border_width = 0, -- graph borders draw_graph_borders = true,--no --default_graph_size 15 40 --####################### End Borders Secton ### --## Miscellaneous Section ##################### -- Boolean value, if true, Conky will be forked to background when started. background = true, -- Adds spaces around certain objects to stop them from moving other things -- around, this only helps if you are using a mono font -- Options: right, left or none use_spacer = 'none', -- Default and Minimum size is 256 - needs more for single commands that -- "call" a lot of text IE: bash scripts --text_buffer_size 6144 -- Subtract (file system) buffers from used memory? no_buffers = true, -- change GiB to G and MiB to M short_units = true, -- Like it says, ot pads the decimals on % values -- doesn't seem to work since v1.7.1 pad_percents = 2, -- Imlib2 image cache size, in bytes. Default 4MiB Increase this value if you use -- $image lots. Set to 0 to disable the image cache. imlib_cache_size = 0, -- Use the Xdbe extension? (eliminates flicker) -- It is highly recommended to use own window with this one -- so double buffer won't be so big. double_buffer = true, -- Maximum size of user text buffer, i.e. layout below TEXT line in config file -- (default is 16384 bytes) -- max_user_text 16384 -- Desired output unit of all objects displaying a temperature. Parameters are -- either "fahrenheit" or "celsius". The default unit is degree Celsius. -- temperature_unit Fahrenheit --################ End Miscellaneous Section ### update_interval = 1, lua_load = '~/.conky/clock_rings.lua', lua_draw_hook_pre = 'clock_rings', }; conky.text = [[ ${voffset 8}${color 1B708D}${font caviar dreams:size=16}${time %A}${font}${voffset -8}${alignr 0}${color FFFFFF}${font caviar dreams:bold:size=38}${time %e}${font} ${color FFFFFF}${voffset -30}${color FFFFFF}${font caviar dreams:size=18}${time %b}${font}${voffset -3} ${color FFFFFF}${font caviar dreams:size=20}${time %Y}${font}${color 1B708D}${hr} ${image ~/.conky/debian-logo.png -p 155,150 -s 40x40} ${execPi 2 ~/.conky/caps_num.sh} ${voffset 90} ${image ~/.conky/icones/weather.png -p 10,255 -s 72x72} ${offset 75} Météo ${voffset 5}${offset 75} Aujourd'hui : ${execi 1800 ~/.conky/sidepanes/res/weather} ${voffset 5}${offset 25}${font Roboto Regular:size=8}${execi 1800 ~/.conky/sidepanes/res/weather -t} ${font Roboto Regular:size=10} ${image ~/.conky/icones/wifi.png -p 10,361 -s 72x72} ${offset 75} Wifi ${voffset 5}${offset 75} ${wireless_essid} ${image ~/.conky/icones/email.png -p 10,438 -s 72x72} ${offset 75} Email ${voffset 5}${offset 75} ${execi 600 ~/.conky/sidepanes/res/email} non lu ${image ~/.conky/icones/infos.png -p 10,510 -s 72x72} ${offset 75} Uptime: ${uptime_short} ${offset 75} Processes: ${processes} ${offset 75} Running: ${running_processes} ${image ~/.conky/icones/system_debian.png -p 10,597 -s 72x72} ${offset 75} ${exec cat /etc/issue.net} $machine ${offset 75} Kernel: ${kernel} ${image ~/.conky/icones/music.png -p 10,664 -s 72x72} ${offset 75} Musique ${voffset 5}${offset 75} ${color b5f9ff}${voffset 2}${goto 91}${execi 10 ~//.conky/sidepanes/res/clementine artist} ${voffset 45} ${goto 40}${execi 10 ~//.conky/sidepanes/res/clementine title} ${image ~/.conky/cover.jpg -p 220, 690 -s 65x65 -f 10} ${execi 10 ~//.conky/sidepanes/res/clementine cover} ]];