diff --git a/.kshrc b/.kshrc index 59b79f2..ba1a328 100644 --- a/.kshrc +++ b/.kshrc @@ -62,11 +62,11 @@ export LESS LESSHISTFILE # PROMPT ######################################################################## -C1="\[$(tput setaf 241)\]" # gray +C1="\[$(tput setaf 241)\]" # gray #C2="\[$(tput setaf 208)\]" # orange -C2="\[$(tput setaf 37)\]" # green -C0="\[$(tput op)\]" # reset -x=$(print \\001) # hack from ksh(1) +C2="\[$(tput setaf 37)\]" # green +C0="\[$(tput op)\]" # reset +x=$(print \\001) # hack from ksh(1) PS1="$x\${C1}[\${C2}\h\${C1}](\${C2}\${?}\${C1})(\${C2}\W\${C1})\\$ \${C0}$x" ######################################################################## diff --git a/.tmux.conf b/.tmux.conf index cd4c935..6ca40e1 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -94,17 +94,18 @@ set -g bell-action none # set -g pane-border-style 'bg=colour0 fg=colour202' # set -g pane-active-border-style 'bg=colour0 fg=colour202' # +set -g status-interval 60 ## statusbar set -g status-position bottom set -g status-justify left -set -g status-style 'bg=colour236 fg=colour246' -# set -g status-right '' -# set -g status-left ' ' -# set -g status-right-length 10 -# set -g status-left-length 10 +set -g status-style 'bg=colour234 fg=colour30' +set -g status-right '#(date +%H:%M)' +set -g status-left '' +set -g status-right-length 20 +set -g status-left-length 1 # # -# setw -g window-status-current-style '' -# setw -g window-status-current-format '#[fg=colour246]#I:#[fg=colour37]#W' +setw -g window-status-current-style '' +setw -g window-status-current-format '#[fg=colour37]#[bg=colour235]#I:#W' # # # setw -g window-status-style '' -# setw -g window-status-format '#[fg=colour246]#I:#W' +setw -g window-status-format '#[fg=colour30]#I:#W'