Changed short_units to false, increased size of Net: format

This commit is contained in:
Trey Blancher 2020-10-24 15:26:48 -04:00
parent c4c4a948de
commit 12fe560b47
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ conky.config = {
uppercase = false,
use_spacer = 'right',
pad_percents = 3,
short_units = true,
short_units = false,
};
conky.text =
@ -44,5 +44,5 @@ Swap:${lua_parse fmt %3.0f%% ${swapperc}} \
CPU:${lua_parse fmt %3.0f%% ${cpu cpu0}} \
/ ${fs_used /}/${fs_size /} \
${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1} \
Net: ${lua_parse fmt2 %8s▲%8s▼ ${upspeed wlp4s0} ${downspeed wlp4s0}}
Net: ${lua_parse fmt2 %10s▲%10s▼ ${upspeed wlp4s0} ${downspeed wlp4s0}}
]];