home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
325a679
)
Add missing gauge default: width
author
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 2 Nov 2020 11:03:49 +0000
(06:03 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Mon, 2 Nov 2020 11:03:49 +0000
(06:03 -0500)
home/lib/login_functions.sh
patch
|
blob
|
blame
|
history
diff --git
a/home/lib/login_functions.sh
b/home/lib/login_functions.sh
index
293e7b4
..
7635e5d
100644
(file)
--- a/
home/lib/login_functions.sh
+++ b/
home/lib/login_functions.sh
@@
-376,6
+376,7
@@
bar_gauge() {
awk "$@" '
BEGIN {
# CLI options
+ width = width ? width : 80
ch_left = ch_left ? ch_left : "["
ch_right = ch_right ? ch_right : "]"
ch_blank = ch_blank ? ch_blank : "-"
@@
-446,7
+447,6
@@
indent() {
}
motd() {
- local -r bar_width='60'
local -r indent_unit=' '
uname -srvmo
@@
-467,7
+467,7
@@
motd() {
df ~ | awk 'NR == 2 {print $3, $3 + $4, "disk"}'
motd_batt
) \
- | bar_gauge -v width=
"$bar_width"
-v pct=1 \
+ | bar_gauge -v width=
60
-v pct=1 \
| column -t \
| indent "$indent_unit"
This page took
0.028955 seconds
and
4
git commands to generate.