Skip to content

Instantly share code, notes, and snippets.

@Nattefrost
Last active June 20, 2017 10:47
Show Gist options
  • Save Nattefrost/385f27ceb700b836eb638da35d6ea279 to your computer and use it in GitHub Desktop.
Save Nattefrost/385f27ceb700b836eb638da35d6ea279 to your computer and use it in GitHub Desktop.
basic conkyrc config
use_xft yes
xftfont Gnu Unifont Mono:size=14
xftalpha 0.8
update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
own_window_argb_visual yes
own_window_type normal
own_window_class conky-semi
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
background no
double_buffer yes
minimum_size 300 200
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders yes
default_shade_color black
default_outline_color white
default_bar_size 150 5
default_gauge_size 20 20
imlib_cache_size 0
draw_shades no
alignment top_right
gap_x 50
gap_y 30
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale no
default_color ECEAE4
color1 e1f962
color2 0013a5
color3 FFA616
TEXT
${font AvantGardeLTMedium:bold:size=13}${color 00D0FF}Info ${color slate grey}${hr 2}${font}
${color1}Date ${alignr}${color white}${time %a}-${color}${time %e %B %G}
${color1}Time ${alignr}${color}${time %T}
${font AvantGardeLTMedium:bold:size=13}${color 00D0FF}System ${color slate grey}${hr 2}${font}
${color1}Hostname ${alignr}${color}${nodename}
${color1}${sysname} ${alignr}${color}${kernel}-${machine}
${color1}CPU ${alignr}${color}${freq_g}GHz
${color1}Load Avg ${alignr}${color}${loadavg 1} ${loadavg 2} ${loadavg 3}
${color1}Uptime ${alignr}${color}${uptime}
${font Monaco:size=3}${color 66ff66}${exec cat /home/sc/Dropbox/linux/opensuse_asciiart}
${font AvantGardeLTMedium:bold:size=13}${color 00D0FF}Processors ${color slate grey}${hr 2}${font}
${color1}Core 1 ${alignr}${color}${cpu cpu1}% ${cpubar cpu1}
${color1}Core 2 ${alignr}${color}${cpu cpu2}% ${cpubar cpu2}
${color red}CPU HEAT
${color1}${alignr}${exec sensors | tail -n 3}
${font AvantGardeLTMedium:bold:size=13}${color 00D0FF}Memory ${color slate grey}${hr 2}${font}
${color1}Memory ${color}${alignr}${memeasyfree} / ${memmax}
${color1}Current ${color limegreen}${alignr}${memperc}% ${membar}
${font AvantGardeLTMedium:bold:size=13}${color 00D0FF}Network ${color slate grey}${hr 2}${font}
${color1}eth1 Down ${alignr}${color 16C1FF}${downspeed eth1}k/s
${color1}eth1 Up ${alignr}${color 16C1FF}${upspeed eth1}k/s
${color1}wlan Down ${alignr}${color FF0F00}${downspeed wlan0}k/s
${color1}wlan Up ${alignr}${color FF0F00}${upspeed wlan0}k/s
${font AvantGardeLTMedium:bold:size=13}${color 00D0FF}Top Processes ${color slate grey}${hr 2}${font}
${color darkcyan}NAME CPU${alignr}RAM
${color1}${top name 1} ${alignr}${color}${top cpu 1} ${top mem 1}
${color1}${top name 2} ${alignr}${color}${top cpu 2} ${top mem 2}
${color1}${top name 3} ${alignr}${color}${top cpu 3} ${top mem 3}
${color1}${top name 4} ${alignr}${color}${top cpu 4} ${top mem 4}
${color1}${top name 5} ${alignr}${color}${top cpu 5} ${top mem 5}
${color1}${top name 6} ${alignr}${color}${top cpu 6} ${top mem 6}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment