moves tmux status bar to top

This commit is contained in:
2023-11-07 21:10:59 -05:00
parent 148916909a
commit bc342d28c8

View File

@@ -1,6 +1,7 @@
# Some tweaks to the status line
set -g status-right "%H:%M"
set -g window-status-current-style "underscore"
set -g status-position "top"
# If running inside tmux ($TMUX is set), then change the status line to red
%if #{TMUX}