aboutsummaryrefslogtreecommitdiffstats
path: root/tmux.conf
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-12 09:14:31 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-12 09:14:31 +0100
commit0bbdd0494312e018f81f96d86344b37c08407080 (patch)
treee94438e0e18a1b0c5a4f464b07687eeb6a267095 /tmux.conf
parent0801c6cd674d2d451dd780cadd4b61a3e0e513af (diff)
Move the tmux status bar to the top
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.conf b/tmux.conf
index 3d79765..26b0ff9 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -122,8 +122,8 @@ set -g status-left-length 20
## COLORSCHEME: gruvbox dark (medium) (stolen from github)
## from https://gitlab.com/herrhotzenplotz/unfoofed-dotfiles/-/blob/trunk/homedir/.tmux.conf?ref_type=heads
-set-option -g status-position "bottom"
-set-option -g status "on"
+set-option -g status-position top
+set-option -g status on
set-option -g status-style bg=colour237,fg=colour223 # bg=bg1, fg=fg1
set-window-option -g window-status-style bg=colour214,fg=colour237 # bg=yellow, fg=bg1
set-window-option -g window-status-activity-style bg=colour237,fg=colour248 # bg=bg1, fg=fg3