From 023dfe84713da3f8cebbcc64a68e2b19ccee72c0 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Mon, 8 Mar 2021 13:58:50 +0100 Subject: [PATCH] Update tmux --- files/.tmux.conf | 14 ++++++++------ files/.zshrc | 3 ++- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/files/.tmux.conf b/files/.tmux.conf index 751c7c3..2f24db2 100644 --- a/files/.tmux.conf +++ b/files/.tmux.conf @@ -24,12 +24,14 @@ set -g status-bg default set -g status-fg white set -g status-right '%Y.%m.%d %H:%M' -setw -g window-status-current-format '<#{?window_zoomed_flag,#[fg=red],}#I:#W#{?window_zoomed_flag,#[fg=red],}>' -setw -g window-status-format '#I:#W' +set-window-option -g window-status-current-format ' #I:#W ' +set-window-option -g window-status-current-style "bg=#98c379,fg=#282c34" +set-window-option -g window-status-format ' #I:#W ' +set-window-option -g window-status-separator '' + +set-option -g status-justify left set -g status-left '' -set -g status-right '%H:%M - %d.%m.%Y [session #S on #h]' -set -g status-right-length 120 -set-window-option -g window-status-current-style fg=green,bg=default -set-window-option -g window-status-activity-style fg=brightred +set -g status-right '%a %Y-%m-%d %H:%M | #S on #h' +set -g status-right-length 120 diff --git a/files/.zshrc b/files/.zshrc index f4f8973..4939f51 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -46,9 +46,10 @@ if [[ -x $(which nvim 2> /dev/null) ]]; then alias vim="nvim" fi +alias emacs="emacs -nw" + if [[ -x $(which swallow 2> /dev/null) ]]; then alias zathura="swallow zathura" - alias emacs="swallow emacs" fi alias updoot="yay -Syu"