freshen up status bar
This commit is contained in:
parent
b13cf13b90
commit
ddc498d493
2 changed files with 3 additions and 2 deletions
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
free --mebi | sed -n '2{p;q}' | awk '{printf ("\e[11m\e[10m %2.2fGiB/%2.2fGiB\n", ( $3 / 1024), ($2 / 1024))}'
|
||||
printf "%b" "\033[11m\033[10m "
|
||||
free --mebi | sed -n '2{p;q}' | awk '{printf ("%2.2fGiB/%2.2fGiB\n", ( $3 / 1024), ($2 / 1024))}'
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 8605ef724062df44b837c6c9cb3c2e60d7fc2ef9
|
||||
Subproject commit 53556209c74985a85d2b408e6ef06639d5708858
|
Loading…
Add table
Reference in a new issue