Nordify everything

This commit is contained in:
Marco Thomas
2021-04-02 14:27:28 +02:00
parent ec904ffa7e
commit 82501edd92
7 changed files with 106 additions and 94 deletions

View File

@@ -22,20 +22,6 @@ setw -g pane-base-index 1
# reload bind
bind-key r source-file ~/.tmux.conf
# status bar
set -g status-bg default
set -g status-fg white
set -g status-right '%Y.%m.%d %H:%M'
set-window-option -g window-status-current-format ' #I:#W '
set-window-option -g window-status-current-style "bg=#81A1C1,fg=#2E3440"
set-window-option -g window-status-activity-style "bg=#81A1C1,fg=#2E3440"
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 '%a %Y-%m-%d %H:%M | #S on #h'
set -g status-right-length 120
# colors used
# https://github.com/arcticicestudio/nord-tmux
run-shell "~/.tmux/nord-tmux/nord.tmux"