conky.config = { double_buffer = true, own_window = true, own_window_transparent = false, own_window_type = 'panel', own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager', draw_borders = false, draw_graph_borders = false, draw_shades = true, gap_x = 0, gap_y = 0, alignment = 'bottom_left', update_interval = 1, default_color = '#8f8f8f', own_window_colour = '#2B2E37', use_xft = true, font = 'Droid Sans:size=9', override_utf8_locale = true, use_spacer = 'none', minimum_width = 1366, maximum_width = 1366, -- Solarized & Numix Colors color1 = '#D8DEE9',--Nord white --color1 e0e0e0 #Solarized white --color2 849906 #Solarized green --color2 60B48A #Pastel green color2 = '#A3BE8C',--Nord green --color2 2cb26b #Test green --color3 af8700 #Solarized yellow color4 = '#BF616A',--Nord red --color4 d70000 #Solarized red --color4 705050 #Pastel red color5 = '#81A1C1',--Nord blue --color5 3391d0 #Test blue --color5 1C87C3 #Solarized blue --color5 9AB8D7 #Pastel blue --color6 d64937 #Numix red color7 = '#8a8a8a',--blueish color8 = '#ac7b74',--rusty color9 = '#dbd6c3',--creamy }; conky.text = [[ # Date & Time ${voffset -3}${goto 10}${font Droid Sans:size=9}${time %d/%m/%y} / ${time %H:%M}\ # Kernel ${goto 130}$kernel${font}\ # CPU & RAM & Swap ${goto 245}${cpu cpu0}% / ${memperc}% \ # CPU Temp & Fan Speed ${goto 340}${exec sensors | grep 'temp1' | sed -n 1p | awk -F'+' '{print $2}' | cut -c1-2}°C / ${platform thinkpad_hwmon fan 1} rpm\ # Root & Data ${goto 470}${fs_used /} / ${fs_size /}${goto 590}${fs_used /media/data} / ${fs_size /media/data}\ # Network LAN & WLAN ${goto 710}${if_existing /proc/net/route enp0s25}${upspeed enp0s25} / ${downspeed enp0s25}${else}${goto 710}${if_existing /proc/net/route wlp3s0}${upspeed wlp3s0} / ${downspeed wlp3s0}${else}${goto 730}${color4}O f f l i n e${color}${endif}${endif}\ # Battery ${goto 840}${if_existing /sys/class/power_supply/BAT0/}${battery_percent BAT0}%${else}AC${endif}\ # Updates ${goto 900}Updates : ${execpi 3600 checkupdates | wc -l}\ # MPD ${goto 970}${if_mpd_playing} ${color5}${mpd_title}${color} by ${color2}${mpd_artist}${else}${color4}MPD not running${endif} ]];