From bf547417ce05d7c495c72484ea17db827ebda1e6 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sun, 18 Apr 2021 12:04:01 +0200 Subject: [PATCH] tmux: Fix tmuxline statusbar coloring In tmux 3.2, the way status-style and status-bg interact has been changed, simply removed my default bg coloring to fix it. This should be fine since 99% of the time my tmux statuline coloring is taken care of by the vim plugin anyway. --- tmux/.config/tmux/sessions/todo.session | 2 ++ tmux/.config/tmux/tmux.conf | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux/.config/tmux/sessions/todo.session b/tmux/.config/tmux/sessions/todo.session index 1119aa9..f47eaef 100644 --- a/tmux/.config/tmux/sessions/todo.session +++ b/tmux/.config/tmux/sessions/todo.session @@ -12,4 +12,6 @@ new-window -n history send-keys "cd ${XDG_DATA_HOME:-~/.local/share}/task/; fd . | entr -c task ghistory.monthly" C-m split-window -v -l 80% "cd ${XDG_DATA_HOME:-~/.local/share}/task/; fd . | entr -c task ghistory.weekly" split-window -v -l 60% "cd ${XDG_DATA_HOME:-~/.local/share}/task/; fd . | entr -c task ghistory.daily" +split-window -v -l 10% +send-keys "nvim ${XDG_CONFIG_HOME:-~/.config}/task/taskrc" C-m select-window -t 2 diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 0522543..fcd03d7 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -133,7 +133,6 @@ set -g status "on" set -g status-style "none" set -g status-style "none" set -g status-left-length "100" -set -g status-bg "#2e2e2e" set -g status-right-length "100" setw -g window-status-style fg="#c8c8c8",bg="#2e2e2e","none" setw -g window-status-activity-style bg="#2e2e2e",fg="#c8c8c8","underscore"