1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
| background yes double_buffer yes alignment top_right border_width 1 cpu_avg_samples 2 default_color white default_outline_color white default_shade_color white draw_borders no draw_graph_borders yes draw_outline no draw_shades no gap_x 0 gap_y 0 net_avg_samples 2 no_buffers yes out_to_console no out_to_stderr no extra_newline no own_window yes own_window_type normal own_window_transparent yes own_window_colour 000000 own_window_argb_visual yes own_window_argb_value 0 own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager minimum_size 200 0 stippled_borders 0 update_interval 2.0 uppercase no use_spacer none use_xft yes xftalpha 0.1 xftfont Technical CE:size=10 color0 white color1 EAEAEA color2 06FF1C color3 D9DFDA color4 0478FF color5 A40810 TEXT ${image ~/.conky/logo-arch.png -p 60 60} #systemlab ${voffset 15} ${color4}SYSTEM${hr 3} ${voffset -10} OS: ${execi 10800 cat /etc/issue.net2} Kernel: ${kernel} Hostname: ${nodename} Uptime: ${uptime} Processes: ${processes} ($running_processes running) Updates: ${execi 360 aptitude search "~U" | wc -l | tail} ${color4}DISCS ${hr 3}${font} ${voffset 5}${goto 80}FREE:${goto 150}TOTAL:${color1}${voffset 5} Home${goto 80}${fs_free /home}${goto 150}${fs_size /home} Root${goto 80}${fs_free /}${goto 150}${fs_size /} EX2${goto 80}${fs_free /mnt/EX2}${goto 150}${fs_size /mnt/EX2} EX2home${goto 80}${fs_free /mnt/EX2home}${goto 150}${fs_size /mnt/EX2home} Storage${goto 80}${fs_free /media/Storage}${goto 150}${fs_size /media/Storage} #processlab ${voffset -30} ${color4}CPU PROCESSES ${hr 3} ${voffset -10} ${color4}CPU 0${color0}${alignr}${cpu cpu0} %${color5} ${cpubar cpu0} ${voffset -18}${color0}${execbar echo 0} ${color4}CPU 1${color0}${alignr}${cpu cpu1} %${color5} ${cpubar cpu1} ${voffset -18}${color0}${execbar echo 0} ${color4}CPU 2${color0}${alignr}${cpu cpu2} %${color5} ${cpubar cpu2} ${voffset -18}${color0}${execbar echo 0}${color2} ${color4}CPU 3${color0}${alignr}${cpu cpu3} %${color5} ${cpubar cpu3} ${voffset -18}${color0}${execbar echo 0} ${top name 1} $alignr ${top cpu 1} % ${top name 2} $alignr ${top cpu 2} % ${top name 3} $alignr ${top cpu 3} % ${top name 4} $alignr ${top cpu 4} % ${top name 5} $alignr ${top cpu 5} % ${voffset -10}${color4} ${color4}RAM ${hr 3} ${voffset -10} ${membar} ${voffset -18}${color0}${execbar echo 0} ${top_mem name 1} $alignr ${top_mem mem_res 1} ${top_mem name 2} $alignr ${top_mem mem_res 2} ${top_mem name 3} $alignr ${top_mem mem_res 3} ${top_mem name 4} $alignr ${top_mem mem_res 4} ${top_mem name 5} $alignr ${top_mem mem_res 5} ${voffset -10} totalmem${color4}$alignr${mem} #networklab # Change the network interface from bond0 to whatever your system calls it # It could be enp2s0, eth0, eth1, ppp0, ppp1, etc. ${voffset -30} ${color4}NETWORK ${hr 3} ${voffset -10} ${color2}DOWNLOAD SPEED${color0}${alignr}${downspeed wlx30b49e4dab86} ${color0}${downspeedgraph wlx30b49e4dab86 50,200 06FF1C 06FF1C s}${voffset -8} ${color5}UPLOAD SPEED ${color0}${alignr}${upspeed wlx30b49e4dab86} ${color0}${upspeedgraph wlx30b49e4dab86 50,200 A40810 A40810 s}${color2}${voffset -8} #temperaturelab ${color4}TEMPERATURE ${hr 3} ${color0}CPU: ${color0}${exec sensors -A | grep 1|grep 'high'| awk -F'+' '{print $2}' | awk -F'.' '{print $1}'} °C ${color0}${alignr}GPU: ${color0}${exec sensors -A | grep 1|grep 'crit'| awk -F'+' '{print $2}' | awk -F'.' '{print $1}'} °C
|