Skip to content

Instantly share code, notes, and snippets.

@KaeruCT
Created September 12, 2013 21:33
Show Gist options
  • Save KaeruCT/6544102 to your computer and use it in GitHub Desktop.
Save KaeruCT/6544102 to your computer and use it in GitHub Desktop.
conky config
own_window yes
own_window_transparent yes
own_window_argb_visual yes
own_window_type normal
own_window_class conky-semi
own_window_argb_value 40
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
format_human_readable yes
double_buffer yes
background yes
override_utf8_locale yes
use_xft yes
xftfont UbuntuMono:size=10
xftalpha 1.0
update_interval 1.0
text_buffer_size 1024
#minimum_width 240
maximum_width 240
draw_shades yes
draw_outline no
draw_borders no
stippled_borders no
border_width 1
default_color ffffaa
default_shade_color 000000
default_outline_color white
alignment top_right
gap_x 8
gap_y 8
no_buffers yes
uppercase no
use_spacer right
TEXT
${color}host :${color white} ${nodename} (${addr})
${color}os :${color white} ${sysname} ${kernel}
${color}hz :${color white} ${freq_g} Ghz
system$hr
${color}uptime :${color white} $uptime ${color white}
${color}cpu1 : ${color white}${cpu cpu1}% ${cpubar cpu1}
${color}cpu2 : ${color white}${cpu cpu2}% ${cpubar cpu2}
${color}cpu3 : ${color white}${cpu cpu3}% ${cpubar cpu3}
${color}cpu4 : ${color white}${cpu cpu4}% ${cpubar cpu4}
${color}ram : ${color white}$memperc% $membar
#${color}temp : ${color white}${adt746xcpu}C
hdd$hr
${color}/ : ${color white}${fs_free /} ${fs_bar /}
${color}/zombie: ${color white}${fs_free /media/andres/zombie} ${fs_bar /media/andres/zombie}
date+time$hr
${color}date : ${color white}${time %a,} ${time %B %e %G}
${color}time : ${color white}${time %H:%M:%S} ${color white}
network$hr
${color}down : ${color white} ${downspeed eth0}/s ${downspeedgraph eth0 8}
${color}up : ${color white} ${upspeed eth0}/s ${upspeedgraph eth0 8}
${if_mpd_playing}mpd$hr
${color}title : ${color white} $mpd_title
${color}artist : ${color white} $mpd_artist
${color}album : ${color white} $mpd_album
${color}time : ${color white}$mpd_elapsed / $mpd_length
${color white}$mpd_bar
$endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment