mod(nvim, tmux): moved status bar back down

This commit is contained in:
Léana 江 2023-05-20 13:41:45 +02:00 committed by Léana 江
parent 8c5a2026b1
commit d8094ebb1c
3 changed files with 12 additions and 12 deletions

View file

@ -10,7 +10,7 @@ set -g default-terminal "xterm-256color"
# status bar style
set -g status-style bg=black,fg=white
set -g window-status-current-style bg=white,fg=black
set -g status-position topj
set -g status-position bottom
set -g status-left ""
set -g status-right "#(basename #S) [#(hostname)]"