From 5f2521d22679a33f66dd0e46d5d2624efcb37fd1 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 8 Apr 2009 23:00:20 +0200 Subject: switch to stalometray and moved conky configs to .config/conky --- .config/conky/main | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ .config/conky/time | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 87 insertions(+) create mode 100644 .config/conky/main create mode 100644 .config/conky/time (limited to '.config') diff --git a/.config/conky/main b/.config/conky/main new file mode 100644 index 0000000..d80d0ef --- /dev/null +++ b/.config/conky/main @@ -0,0 +1,49 @@ +#---------------------------------------------------- +# File: conky/main +# Version: 0.2 +# Author: Florian "Bluewind" Pritz +#---------------------------------------------------- +background no +use_xft yes +xftfont arial:size=9 +xftalpha 0.8 +update_interval 1.0 +total_run_times 0 +own_window yes +own_window_type normal +own_window_transparent yes +own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager +double_buffer yes +minimum_size 220 5 +maximum_width 350 +draw_shades yes +draw_outline no +draw_borders no +stippled_borders 0 +border_margin 0 +border_width 0 +default_color #111111 +default_shade_color black +default_outline_color blue +alignment top_right +gap_x 25 +gap_y 35 +no_buffers yes +uppercase no +cpu_avg_samples 2 +net_avg_samples 2 +override_utf8_locale no + +TEXT +${color #92BCF3}Load: ${color0}${loadavg} ${alignr} ${color #92BCF3}Uptime:${color0} ${uptime} +${fs_bar 4,110 /} ${alignc} ${fs_bar 4,110 /home} ${alignr} ${fs_bar 4,110 /mnt/data} +${color #92BCF3}/ ${alignc} /home ${alignr} /mnt/data ${color0} +${fs_bar 4,110 /mnt/mistral/srv} ${alignc} +${color #92BCF3}/mnt/mistral/srv ${alignc} + +${color #92BCF3}Downstream:${color0} ${alignc} ${totaldown eth0}${alignr}${downspeed eth0}KiB/s +${color #92BCF3}Upstream:${color0} ${alignc} ${totalup eth0}${alignr}${upspeed eth0}KiB/s + +${color #92BCF3}Playing:${color0} ${mpd_artist} - ${mpd_title} + +${texeci 500 /home/flo/bin/update_checker.sh} diff --git a/.config/conky/time b/.config/conky/time new file mode 100644 index 0000000..a1d019f --- /dev/null +++ b/.config/conky/time @@ -0,0 +1,38 @@ +#---------------------------------------------------- +# File: conky/time +# Version: 0.2 +# Author: Florian "Bluewind" Pritz +#---------------------------------------------------- +background no +use_xft yes +xftfont arial:size=9 +xftalpha 0.8 +update_interval 1.0 +total_run_times 0 +own_window yes +own_window_type normal +own_window_transparent yes +own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager +double_buffer yes +minimum_size 220 5 +maximum_width 350 +draw_shades yes +draw_outline no +draw_borders no +stippled_borders 0 +border_margin 0 +border_width 0 +default_color #111111 +default_shade_color black +default_outline_color blue +alignment bottom_left +gap_x 1680 +gap_y 25 +no_buffers yes +uppercase no +cpu_avg_samples 2 +net_avg_samples 2 +override_utf8_locale no + +TEXT +${time} -- cgit v1.2.3-24-g4f1b