diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-07-12 11:27:09 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-07-12 11:27:09 +0200 |
commit | 49ba23870a74b6e3c9006f8e9cf52d614fc04931 (patch) | |
tree | 7090877111e35bbcb142de6bc889dc007605c95f /.config/conky | |
parent | 9059f477b1698aedde459fa9e4ef63ae64a9bb77 (diff) | |
download | dotfiles-49ba23870a74b6e3c9006f8e9cf52d614fc04931.tar.gz dotfiles-49ba23870a74b6e3c9006f8e9cf52d614fc04931.tar.xz |
update xinitrc and conky config
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.config/conky')
-rw-r--r-- | .config/conky/main | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/conky/main b/.config/conky/main index d3a9caa..7fd9f7f 100644 --- a/.config/conky/main +++ b/.config/conky/main @@ -41,5 +41,3 @@ ${mem} ${alignc}${memperc}%${alignr}${cpu cpu0}% ${color #92BCF3}Downstream:${color0} ${alignc} ${totaldown eth0}${alignr}${downspeed eth0} ${color #92BCF3}Upstream:${color0} ${alignc} ${totalup eth0}${alignr}${upspeed eth0} - -${texeci 500 /home/flo/bin/update_checker.sh} |