Last active
December 18, 2015 11:09
-
-
Save EarlOfEgo/5774054 to your computer and use it in GitHub Desktop.
This file contains 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
use_xft yes | |
xftfont 123:size=8 | |
xftalpha 0.1 | |
update_interval 1 | |
total_run_times 0 | |
own_window yes | |
own_window_transparent yes | |
own_window_type override | |
own_window_class conky | |
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager | |
own_window_type desktop | |
background no | |
double_buffer yes | |
minimum_size 250 5 | |
maximum_width 510 | |
draw_shades no | |
draw_outline no | |
draw_borders no | |
draw_graph_borders no | |
default_color white | |
default_shade_color red | |
default_outline_color green | |
alignment bottom_right | |
gap_x 30 | |
gap_y 70 | |
no_buffers yes | |
uppercase no | |
cpu_avg_samples 2 | |
net_avg_samples 1 | |
override_utf8_locale yes | |
use_spacer yes | |
TEXT | |
${voffset 10}${color EAEAEA}${font GE Inspira:pixelsize=120}${time %H:%M}${font}${voffset -84}${offset 10}${color 33B5E5}${font GE Inspira:pixelsize=42}${time %d} ${voffset -15}${color EAEAEA}${font GE Inspira:pixelsize=18}${time %B} ${time %Y}${font}${voffset 24}${font GE Inspira:pixelsize=58}${offset -148}${time %a}.${font} | |
${voffset 1}${offset 12}${font Ubuntu:pixelsize=10}${color 33B5E5}Kernel${tab 35}$color${kernel}${tab 90}${color 33B5E5}Uptime${tab 50}$color${uptime} | |
${voffset 1}${offset 12}${font Ubuntu:pixelsize=10}${color 33B5E5}Ram${tab 35}$color$mem / $memmax${tab 90}${color 33B5E5}Swap${tab 50}$color${swap} / $swapmax | |
${voffset 1}${offset 12}${font Ubuntu:pixelsize=10}${color 33B5E5}CPU1${tab 35}$color${cpu cpu1}%${tab 35} ${ibm_temps 0}°C${tab 90}${color 33B5E5}${cpubar cpu1 10 50} | |
${voffset 1}${offset 12}${font Ubuntu:pixelsize=10}${color 33B5E5}CPU2${tab 35}$color${cpu cpu2}%${tab 35} ${ibm_temps 1}°C${tab 90}${color 33B5E5}${cpubar cpu2 10 50} | |
${voffset 1}${offset 12}${font Ubuntu:pixelsize=10}${color 33B5E5}Rootfs${tab 35}$color${fs_used /} / ${fs_size /}${tab 90}${color 33B5E5}Home${tab 50}$color${fs_used /home/} / ${fs_size /home/} | |
${voffset 1}${offset 12}${font Ubuntu:pixelsize=10}${color 33B5E5}Up${tab 35}$color${upspeedf eth0} / ${totalup eth0}${tab 90}${color 33B5E5}Down${tab 50}$color${downspeedf eth0}/ ${totaldown eth0} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment