From 74d0dbec9933e57bf8c516c7ddce360780fecc84 Mon Sep 17 00:00:00 2001 From: inkch Date: Tue, 16 Jan 2024 20:25:02 +0900 Subject: [PATCH] tmux: put status bar on top (for working machines) --- dot_config/tmux/tmux.conf.tmpl | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dot_config/tmux/tmux.conf.tmpl b/dot_config/tmux/tmux.conf.tmpl index 0193e9b..5bdf6c5 100644 --- a/dot_config/tmux/tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -122,18 +122,12 @@ bind -T root M-q \ set key-table off \;\ set status on \;\ set status-right '#[bold align=centre]DIVING' - set -g status-position top - set -g status-bg '#5b7d78' - set -g status-fg '#eeeeee' bind -T off M-q \ set -u prefix \;\ set -u key-table \;\ set -u status off \;\ set status-right '' - set -g status-position bottom - set -g status-bg '#333333' - set -g status-fg '#cccccc'