From 49c95f5be10eb1f52f61e51dac4637db10b7ff68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 30 Jun 2022 22:24:45 +0200 Subject: [PATCH] tmux: Change activity backgroud --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 0b72ce1..1bf48df 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -59,7 +59,7 @@ set-window-option -g window-status-current-style "bg=#e5b567,fg=black" set-window-option -g monitor-activity on set-window-option -g visual-activity off -set-window-option -g window-status-activity-style "fg=red" +set-window-option -g window-status-activity-style "bg=#ff77777,fg=black" set-window-option -g automatic-rename on set-window-option -g automatic-rename-format '#{pane_current_command}'