Merge branch 'master' of github.com:nichus/qi3ber2

This commit is contained in:
Orien Vandenbergh 2021-03-10 08:50:12 -07:00
commit eeab062d46
3 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,5 @@
# qi3ber2 # qi3ber2
A dark, multiline theme for zsh A dark, multiline theme for zsh
### Screenshot
![Sample Image](web/example.png)

View File

@ -1,5 +1,5 @@
# qi3ber2.zsh-theme # qi3ber2.zsh-theme
# screenshot: none # screenshot: https://github.com/nichus/qi3ber2/web/example.png
_qi3ber2_venv() { _qi3ber2_venv() {
PYTHON="🐍" PYTHON="🐍"
@ -20,7 +20,7 @@ function load_average {
else else
UPTIME='/usr/ucb/uptime' UPTIME='/usr/ucb/uptime'
fi fi
LA=${${UPTIME[(w)-3]}%,} LA=${$($UPTIME)[-3]}
fi fi
printf "%05.2f\n" ${LA} printf "%05.2f\n" ${LA}
} }

BIN
web/example.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB