Skip to content

Commit

Permalink
Add /s in upload/download speed
Browse files Browse the repository at this point in the history
  • Loading branch information
Botspot authored May 25, 2022
1 parent 36e2b56 commit 7cf7117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conkyrc
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ $font${top_mem name 5}${alignr}${top mem 5} %
${font Arial:bold:size=10}${color #00AAFF}NETWORK ${color #0000AA}${hr 2}
$font${color #505050}IP on eth0 $alignr ${color #AAAAAA}${addr eth0}

${color #505050}Down $alignr ${color #AAAAAA}${downspeed eth0}
${color #505050}Up $alignr ${color #AAAAAA}${upspeed eth0}
${color #505050}Down $alignr ${color #AAAAAA}${downspeed eth0}/s
${color #505050}Up $alignr ${color #AAAAAA}${upspeed eth0}/s

${color #505050}Downloaded: $alignr ${color #AAAAAA}${totaldown eth0}
${color #505050}Uploaded: $alignr ${color #AAAAAA}${totalup eth0}
Expand Down

0 comments on commit 7cf7117

Please sign in to comment.