Mercurial > dotfiles
changeset 697:f2984842d6e2
fix: set background color of tmux status line
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 13 Oct 2022 05:21:56 +0000 |
parents | 22efd3b888f8 |
children | de2ac75a20e0 |
files | dot_tmux.conf |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/dot_tmux.conf Sun Oct 09 10:51:43 2022 +0200 +++ b/dot_tmux.conf Thu Oct 13 05:21:56 2022 +0000 @@ -21,6 +21,7 @@ # Status bar set -g set-titles 'off' set -g status-position 'top' +set -g status-style 'bg=#fbfafc' set -g status-left "" set -g status-right-length 200 set -g status-right "#[fg=white,bg=#7653c1] vsim #[fg=white,bg=#404a54] #(ps hux -u $(whoami) | grep 'vish' | grep -v -E 'grep|view' | wc -l) #[fg=colour3,bg=default] #[fg=colour0,bg=colour3] load #[fg=white,bg=#404a54] #(cat /proc/loadavg | awk '{ print $3; }' | xargs printf '%2.2f') #[fg=colour3,bg=default] #[fg=colour0,bg=#73b00a] mem #[fg=white,bg=#404a54] #(ps haux | awk -v user=$(whoami) '$1 ~ user { sum += $4 } END { print sum; }' | xargs printf '%2.2f')% #[fg=colour3,bg=default] #[fg=white,bg=#cf4f5f] time #[fg=white,bg=#404a54] %d %b %l:%M %p #[fg=colour3,bg=default] #[fg=colour15,bg=colour8] #{session_name} #[fg=colour0,bg=default]"