Skip to content

Instantly share code, notes, and snippets.

@rhoover
Last active August 16, 2024 18:56
Show Gist options
  • Save rhoover/74c45447fbf1e2ae191f6620c60c4e0c to your computer and use it in GitHub Desktop.
Save rhoover/74c45447fbf1e2ae191f6620c60c4e0c to your computer and use it in GitHub Desktop.
##
## Conky settings
##
update_interval 1
total_run_times 0
double_buffer yes
no_buffers yes
text_buffer_size 2048
cpu_avg_samples 2
net_avg_samples 2
use_spacer none
if_up_strictness address
temperature_unit farenheit
##
## Window specifications
##
own_window yes
own_window_type normal
own_window_transparent yes
own_window_argb_visual yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
alignment top_right
gap_x 22
gap_y 50
minimum_size 425 425
maximum_width 425
##
## Graphics settings
##
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
defauldefault_shade_color red
default_outline_color green
default_color Grey75
##
## Text settings
##
use_xft yes
font Droid Sans:size=8
xftfont Sans:size=8
xftalpha 0.1
override_utf8_locale yes
uppercase no
TEXT
##
## header section
##
${alignc}${voffset 27}${image ~/Pictures/linuxmintlogo.png -p 0,0 -s 50x50}${font Droid sans:pixelsize=15}${offset 6}$nodename${offset 25}${exec lsb_release -ds}${offset 25}$kernel${font}
${color 1DDEDE}${hr 1}${color}
##
## cpu use section
##
${font Droid sans:pixelsize=15}${voffset 19}${color 13C2C2}CPU USE${font}${color}
${voffset -5}${color 1DDEDE}${hr 1}${color}
## section body
${offset 5}${voffset 5}one:${goto 35}${cpu cpu1}%${goto 65}${cpubar cpu1 11,80}
${offset 5}${voffset 10}two:${goto 35}${cpu cpu2}%${goto 65}${cpubar cpu2 11,80}
${offset 5}${voffset 10}three:${goto 43}${cpu cpu3}%${goto 65}${cpubar cpu3 11,80}
${voffset -60}${offset 180}four:${goto 215}${cpu cpu4}%${goto 245}${cpubar cpu4 11,80}
${voffset 10}${offset 180}five:${goto 215}${cpu cpu5}%${goto 245}${cpubar cpu5 11,80}
## cpu use bar
${offset 5}${voffset 40}${font Droid sans:size=10}Average:${goto 90}${cpu cpu0} %${goto 165}Clock Speed:${goto 250}${freq 0}${goto 290}Mhz${font}
${offset 5}${cpubar cpu0 12,325}
${voffset 1}${offset 5}0%${goto 81}25%${goto 162}50%${goto 243}75%${goto 300}100%
${color 1DDEDE}${hr 1}${color}
##
## process memory use section
##
${font Droid sans:pixelsize=15}${voffset 5}${color 13C2C2}MEMORY USE${font}${color}
${voffset -5}${color 1DDEDE}${hr 1}${color}
## section body
${voffset 3}${offset 5}${font Droid sans:pixelsize=13}${top_mem name 1}${top_mem mem_res 1}${alignr}${top_mem name 2}${top_mem mem_res 2}
${voffset 3}${offset 5}${top_mem name 3}${top_mem mem_res 3}${alignr}${top_mem name 4}${top_mem mem_res 4}
${voffset 3}${offset 5}${top_mem name 5}${top_mem mem_res 5}${alignr}${top_mem name 6}${top_mem mem_res 6}
${voffset 3}${offset 5}${top_mem name 7}${top_mem mem_res 7}${alignr}${top_mem name 8}${top_mem mem_res 8}
${voffset 3}${offset 5}${top_mem name 9}${top_mem mem_res 9}${alignr}${top_mem name 10}${top_mem mem_res 10}${font}
${color 1DDEDE}${hr 1}${color}
##
## memory amounts section
##
${font Droid sans:pixelsize=15}${voffset 10}${color 13C2C2}MEMORY AMOUNT${font}${color}
${voffset -5}${color 1DDEDE}${hr 1}${color}
## section body
${font Droid sans:pixelsize=14}${voffset 3}${offset 5}available:${offset 15}$memmax${offset 15}used:${offset 15}$mem${offset 15}${font}
## memory bar
${font Droid sans:pixelsize=13}${voffset 19}${offset 5}Percent Used:${offset 10}${memperc}%${font}
${voffset 3}${offset 5}${membar 12, 325}
${voffset 6}${offset 5}0%${goto 81}25%${goto 162}50%${goto 243}75%${goto 300}100%
${color 1DDEDE}${hr 1}${color}
##
## hard drive amounts section
##
${font Droid sans:pixelsize=15}${voffset 10}${color 13C2C2}HDD STORAGE (HOME)${color}
${voffset -5}${color 1DDEDE}${hr 1}${color}
## section body
${font Droid sans:pixelsize=14}${voffset 3}${offset 5}available:${offset 15}${fs_size /home}${offset 15}percent free:${offset 15}${fs_free_perc /home}%${font}
## hdd bars
${offset 5}${voffset 10}${font Droid sans:pixelsize=12}Used:${offset 15}${fs_used /home}
${offset 5}${fs_bar 12, 325 /home}
${offset 5}${voffset 10}Free:${offset 15}${fs_free /home}${font}
${offset 5}${fs_bar_free 12, 325 /home}
${color 1DDEDE}${hr 1}${color}
##
## solid state drive amounts section
##
${font Droid sans:pixelsize=15}${voffset 10}${color 13C2C2}SSD STORAGE (FILE SYSTEM)${color}${font}
${voffset -5}${color 1DDEDE}${hr 1}${color}
## section body
${font Droid sans:pixelsize=14}${voffset 3}${offset 5}available:${offset 15}${fs_size /}${offset 15}percent free:${offset 15}${fs_free_perc /}%${font}
## ssd bars
${offset 5}${voffset 10}${font Droid sans:pixelsize=12}Used:${offset 15}${fs_used /}
${offset 5}${fs_bar 12, 325 /}
${offset 5}${voffset 10}Free:${offset 15}${fs_free /}
${offset 5}${fs_bar_free 12, 325 /}${font}
${color 1DDEDE}${hr 1}${color}
##
## network info section
##
${font Droid sans:pixelsize=15}${voffset 10}${color 13C2C2}NETWORK${color}${font}
${voffset -5}${color 1DDEDE}${hr 1}${color}
## section body
${if_up wlo1}${font Droid sans:pixelsize=13}${voffset 3}${offset 5}downspeed:${offset 10}${downspeed wlo1} /s${offset 10}downuse:${offset 10}${totaldown wlo1}${offset 10} IP:${offset 10}${addr wlo1}${endif}
${if_up eth0}${voffset 3}${offset 5}downspeed:${offset 10}${downspeed eth0} /s${offset 10}downuse:${offset 10}${totaldown eth0}${offset 10} IP:${offset 10}${addr eth0}${endif}${font}
${voffset -15}${color 1DDEDE}${hr 1}${color}
##
## uptime info section
##
${voffset 10}${font Droid sans:pixelsize=15}${color 13C2C2}UPTIME${font}${color}${font}
${voffset -5}${color 1DDEDE}${hr 1}${color}
## section body
${font Droid sans:pixelsize=14}${voffset 3}${offset 5}uptime:${offset 15}${color Grey72}${uptime}${font}
${color 1DDEDE}${hr 1}${color}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment