statusbar fixes

This commit is contained in:
Luke Smith
2020-04-25 08:37:38 -04:00
parent 7ed651e92f
commit 40faeb97ec
2 changed files with 2 additions and 3 deletions

View File

@@ -24,4 +24,4 @@ do
printf "%s%s%s%% " "$status" "$warn" "$capacity"
unset warn
done | sed 's/* $//'
done | sed 's/ *$//'