diff options
author | David Runge <dave@sleepmap.de> | 2015-03-03 21:03:19 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-03-03 21:03:19 +0100 |
commit | 30b8049a57252e78d30a67332daedd9d2f61b31e (patch) | |
tree | da3eef23ca981efddcbd351159e3f87a0a4ff242 /.config/conky/bottom | |
parent | 6959df1fb9dd3950290cc931fab33f38cfba85a9 (diff) | |
download | dotfiles-30b8049a57252e78d30a67332daedd9d2f61b31e.tar.gz dotfiles-30b8049a57252e78d30a67332daedd9d2f61b31e.tar.bz2 dotfiles-30b8049a57252e78d30a67332daedd9d2f61b31e.tar.xz dotfiles-30b8049a57252e78d30a67332daedd9d2f61b31e.zip |
conky: Add top, right, bottom conky config.
Diffstat (limited to '.config/conky/bottom')
-rwxr-xr-x | .config/conky/bottom | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/.config/conky/bottom b/.config/conky/bottom new file mode 100755 index 0000000..aa2f13b --- /dev/null +++ b/.config/conky/bottom @@ -0,0 +1,47 @@ +use_xft yes +xftfont 123:size=8 +xftalpha 0.1 +background true +update_interval 0.1 +total_run_times 0 +own_window yes +own_window_type override +own_window_argb_visual true +own_window_argb_value 100 +own_window_hints undecorated,sticky,below,skip_taskbar,skip_pager +double_buffer yes +draw_shades no +draw_outline no +draw_borders no +draw_graph_borders no +default_color white +default_shade_color 222222 +default_outline_color green +alignment bottom_left +minimum_size 1920 30 +#maximum_width 160 +gap_x 0 +gap_y -10 +no_buffers yes +uppercase no +cpu_avg_samples 1 +net_avg_samples 1 +override_utf8_locale yes +use_spacer left +color1 EAEAEA +color2 00FF66 +color3 11EAEA +color4 EAEAEA +color5 FFA300 +color6 22FFFF +color7 FF8888 +text_buffer_size 256 +pad_percents 0 +short_units yes +format_human_readable yes +default_bar_size 100 6 +if_up_strictness link +draw_shades yes + +TEXT +${font Terminus:pixelsize=14}${color1} CPU: ${color3}${cpu cpu0}% ${goto 110}${color1}Memory: ${color3}[$memmax] $mem / $buffers / $cached ${goto 440}${color1}HD: ${color3}$diskio ${goto 540}${color1}Network: ${color3}${downspeedf wlp3s0} KB / ${upspeedf wlp3s0} KB ${goto 1750}${color5} ${time %H:%M:%S %d-%m-%Y} |