diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-12 09:14:31 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-12 09:14:31 +0100 |
commit | 0bbdd0494312e018f81f96d86344b37c08407080 (patch) | |
tree | e94438e0e18a1b0c5a4f464b07687eeb6a267095 /tmux.conf | |
parent | 0801c6cd674d2d451dd780cadd4b61a3e0e513af (diff) |
Move the tmux status bar to the top
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |