--[[ # Thanks from KoO to almighty ]] conky.config = { out_to_x = false, own_window = false, own_window_argb_visual = false, out_to_console = true, background = false, max_text_width = 0, update_interval = 4.0, total_run_times = 0, short_units = true, if_up_strictness = "address", use_spacer = "left", override_utf8_locale = false, cpu_avg_samples = 2 } conky.text = [[ [ { "full_text": "|", "color": "\#000000", "background": "\#4D4D4D", "separator": true, "separator_block_width": 0 }, { "full_text": " ${if_mpd_playing}${mpd_smart 50} ${mpd_elapsed} / ${mpd_length}${else}${mpd_status}${endif} ", # "full_text": "${if_existing /home/koo/.config/quodlibet/current} ${exec quodlibet --print-playing " ~ * "} ${endif} ", "color": "\#FFFFFF", "background": "\#232323", "separator": true, "separator_block_width": 0 }, { "full_text": "|", "color": "\#000000", "background": "\#4D4D4D", "separator": true, "separator_block_width": 0 }, { "full_text": "  Debian-10 bullseye * ${uptime_short} * ", "color": "\#FFFFFF", "background": "\#232323", "separator": true, "separator_block_width": 0 }, { "full_text": "|", "color": "\#000000", "background": "\#4D4D4D", "separator": true, "separator_block_width": 0 }, { "full_text": " ${cpu cpu1}% ${hwmon 1 temp 1}° | ${cpu cpu2}% ${hwmon 1 temp 2}° | ${cpu cpu3}% ${hwmon 1 temp 3}° | ${cpu cpu4}% ${hwmon 1 temp 4}° ", "color": "\#FFFFFF", "background": "\#232323", "separator": true, "separator_block_width": 0 }, { "full_text": "|", "color": "\#000000", "background": "\#4D4D4D", "separator": true, "separator_block_width": 0 }, { "full_text": " ${mem} / ${memmax} ", "color": "\#FFFFFF", "background": "\#232323", "separator": true, "separator_block_width": 0 }, { "full_text": "|", "color": "\#000000", "background": "\#4D4D4D", "separator": true, "separator_block_width": 0 }, { "full_text": "${hwmon 0 temp 1}° / ${hwmon 0 fan 1} rpm ", # "full_text": " ${exec nvidia-settings -q [gpu:0]/GPUCurrentClockFreqs -t} MHz ${exec nvidia-settings -q [thermalsensor:0]/ThermalSensorReading -t}° ", "color": "\#FFFFFF", "background": "\#232323", "separator": true, "separator_block_width": 0 }, { "full_text": "|", "color": "\#000000", "background": "\#4D4D4D", "separator": true, "separator_block_width": 0 }, { "full_text": " ${fs_used} / ${fs_size} SDA:${exec hddtemp /dev/sda -n --unit=C}° SDB:${exec hddtemp /dev/sdb -n --unit=C}° SDC:${exec hddtemp /dev/sdc -n --unit=C}° ", "color": "\#FFFFFF", "background": "\#232323", "separator": true, "separator_block_width": 0 }, { "full_text": "|", "color": "\#000000", "background": "\#4D4D4D", "separator": true, "separator_block_width": 0 }, { "full_text": " ${downspeed enp3s0}▼ ▲${upspeed enp3s0} ", "color": "\#FFFFFF", "background": "\#232323", "separator": true, "separator_block_width": 0 }, { "full_text": "|", "color": "\#000000", "background": "\#4D4D4D", "separator": true, "separator_block_width": 0 }, { "full_text": " ${hwmon 1 fan 1} rpm | ${hwmon 1 fan 2} rpm | ${hwmon 1 fan 3} rpm ", "color": "\#FFFFFF", "background": "\#232323", "separator": true, "separator_block_width": 0 }, { "full_text": "|", "color": "\#000000", "background": "\#4D4D4D", "separator": true, "separator_block_width": 0 }, { "full_text": " ${time %a, %d/%m/%y} ${time %I:%M %p} ", "color": "\#FFFFFF", "background": "\#232323", "separator": true, "separator_block_width": 0 }, { "full_text": "|", "color": "\#000000", "background": "\#4D4D4D", "separator": true, "separator_block_width": 0 } ], ]]