Add -> simple new theme
This commit is contained in:
21
hyperterm/themes/simple.sh
Normal file
21
hyperterm/themes/simple.sh
Normal file
@@ -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\] }"
|
||||
Reference in New Issue
Block a user