diff options
Diffstat (limited to 'hyperterm/themes')
-rw-r--r-- | hyperterm/themes/simple.sh | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/hyperterm/themes/simple.sh b/hyperterm/themes/simple.sh new file mode 100644 index 0000000..d2f2129 --- /dev/null +++ b/hyperterm/themes/simple.sh @@ -0,0 +1,21 @@ +#!/bin/bash + +unset simple + +# Import colors +_colors_bash "$@" + +__time_out_command() { + cut -d\ -f1 /proc/loadavg +} + +: "${simple:=\n\ +\[${RESET}\]\ +\[${BOLD}${GREY}\]\ +\$(__time_out_command) \ +\$(exitstatus)\ +\$(__prompt_git)\ +\[${BOLD}${GREEN}\] $SYMBOL \[$RESET\]}" + +unset _psi +: "${_psi:=\[${BOLD}${CYAN}\]=>\[$RESET\] }" |