Created
December 9, 2011 22:38
-
-
Save 30equals/1453628 to your computer and use it in GitHub Desktop.
conky config file -- NOT COMPLETE -- need to add weather info etc.. integrates nicely with mocp already though
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| background yes | |
| use_xft yes | |
| xftfont 123:size=8 | |
| xftalpha 0.1 | |
| update_interval 0.5 | |
| total_run_times 0 | |
| own_window yes | |
| own_window_type override | |
| own_window_transparent yes | |
| own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager | |
| double_buffer yes | |
| minimum_size 250 5 | |
| maximum_width 400 | |
| draw_shades no | |
| draw_outline no | |
| draw_borders no | |
| draw_graph_borders no | |
| default_color gray | |
| default_shade_color red | |
| default_outline_color green | |
| alignment top_right | |
| gap_x 30 | |
| gap_y 30 | |
| no_buffers no | |
| uppercase no | |
| cpu_avg_samples 2 | |
| net_avg_samples 1 | |
| override_utf8_locale yes | |
| use_spacer right | |
| text_buffer_size 256 | |
| TEXT | |
| ${font openlogos:size=20}U${font Arial:size=20}${color Tan1}GNU${color Ivory}LINUX${font openlogos:size=20}t | |
| ${voffset -90} | |
| ${color DimGray} | |
| ${font} | |
| ${font Arial:bold:size=10}${color Tan1}SYSTEM ${color DarkSlateGray} ${hr 2} | |
| $font${color DimGray}$sysname $kernel $alignr $machine | |
| Intel Pentium D $alignr${freq_g cpu0}Ghz | |
| Uptime $alignr${uptime} | |
| File System $alignr${fs_type} | |
| ${font Arial:bold:size=10}${color Tan1}PROCESSORS ${color DarkSlateGray}${hr 2} | |
| $font${color DimGray}CPU1 ${cpu cpu1}% ${cpubar cpu1} | |
| CPU2 ${cpu cpu2}% ${cpubar cpu2} | |
| ${font Arial:bold:size=10}${color Tan1}MEMORY ${color DarkSlateGray}${hr 2} | |
| $font${color DimGray}MEM $alignc $mem / $memmax $alignr $memperc% | |
| $membar | |
| ${color DimGray}$font${top_mem name 2}${alignr}${top mem 2} % | |
| $font${top_mem name 3}${alignr}${top mem 3} % | |
| $font${top_mem name 4}${alignr}${top mem 4} % | |
| $font${top_mem name 5}${alignr}${top mem 5} % | |
| ${font Arial:bold:size=10}${color Tan2}NETWORK ${color DarkSlateGray}${hr 2} | |
| $font${color DimGray}IP on eth0 $alignr ${addr eth1} | |
| Down $alignr ${downspeed eth1} kb/s | |
| Up $alignr ${upspeed eth1} kb/s | |
| Downloaded: $alignr ${totaldown eth1} | |
| Uploaded: $alignr ${totalup eth1} | |
| ${font Arial:bold:size=10}${color Tan2}WEATHER ${color DarkSlateGray}${hr 2} | |
| ${font}${color DimGray} | |
| ${font Arial:bold:size=10}${color Tan2}MUSIC ${color DarkSlateGray}${hr 2} | |
| $font${color DimGray}${exec mocp -Q %artist} - ${exec mocp -Q %song} - ${exec mocp -Q %album} | |
| ${font Arial:bold:size=10}${color Tan2}TIME ${color DarkSlateGray}${hr 2} | |
| ${color DarkSlateGray} ${font :size=30}$alignc${time %H:%Mh} | |
| ${voffset -30}${font :bold:size=10}$alignc${time %d %b. %Y} | |
| ${font :bold:size=8}$alignc${time %A} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment