aboutsummaryrefslogtreecommitdiffstats
path: root/hyperterm/themes/simple.sh
blob: d2f212949e215cdad479e94dc4db7e9be01eb549 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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\] }"