]> git.rmz.io Git - dotfiles.git/commitdiff
align network usage
authorSamir Benmendil <samir.benmendil@gmail.com>
Sat, 11 Jan 2014 22:04:15 +0000 (23:04 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sat, 11 Jan 2014 22:04:15 +0000 (23:04 +0100)
conkyrc

diff --git a/conkyrc b/conkyrc
index a5c79df68d6cac7b95b212aea6383f57206eab81..e82b2dfa3a1352e2cf43faf31cee9770454a7958 100644 (file)
--- a/conkyrc
+++ b/conkyrc
@@ -103,15 +103,15 @@ ${top name 5}${alignr 80}${top cpu 5}${alignr}${top mem 5}
 ${font Droid Sans:style=Bold:size=12}${color 75D1FF}NETWORK${color 1B71CC}$hr${color}${font}
 Public IP: ${alignr}${execi 1800 ~/bin/whatsmyip}${if_up enp3s0}
 Local IP: ${alignr}${addr enp3s0}
-Upload: ${upspeedf enp3s0}KiB/s${alignr}${color 75D1FF}${upspeedgraph enp3s0 20,150}${color}
-${voffset -20}Overall: ${totalup enp3s0}
-Download: ${downspeedf enp3s0}KiB/s${alignr}${color 75D1FF}${downspeedgraph enp3s0 20,150}${color}
-${voffset -20}Overall: ${totaldown enp3s0}${endif}${if_up wlp3s0}
+Upload:   ${alignr 10}${upspeed enp3s0}/s${alignr}${color 75D1FF}${upspeedgraph enp3s0 20,150}${color}
+${voffset -20}Overall: ${alignr 160}${totalup enp3s0}
+Download: ${alignr 10}${downspeed enp3s0}/s${alignr}${color 75D1FF}${downspeedgraph enp3s0 20,150}${color}
+${voffset -20}Overall: ${alignr 160}${totaldown enp3s0}${endif}${if_up wlp3s0}
 Local IP: ${alignr}${addr wlp3s0}
-Upload: ${upspeedf wlp3s0}KiB/s${alignr}${color 75D1FF}${upspeedgraph wlp3s0 20,150}${color}
-${voffset -20}Overall: ${totalup wlp3s0}
-Download: ${downspeedf wlp3s0}KiB/s${alignr}${color 75D1FF}${downspeedgraph wlp3s0 20,150}${color}
-${voffset -20}Overall: ${totaldown wlp3s0}${endif}
+Upload:   ${alignr 10}${upspeed wlp3s0}/s${alignr}${color 75D1FF}${upspeedgraph wlp3s0 20,150}${color}
+${voffset -20}Overall: ${alignr 160}${totalup wlp3s0}
+Download: ${alignr 10}${downspeed wlp3s0}/s${alignr}${color 75D1FF}${downspeedgraph wlp3s0 20,150}${color}
+${voffset -20}Overall: ${alignr 160}${totaldown wlp3s0}${endif}
 
 ##########
 # - HD - #