From 3441804fd5b2b2bb4efb549c4910e14ee2a399c8 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 7 Feb 2023 20:41:59 +0200 Subject: [PATCH] tmux.conf: turn the clock red, adjust comment --- conf/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/tmux.conf b/conf/tmux.conf index 0e6c78d6..0d6837dc 100644 --- a/conf/tmux.conf +++ b/conf/tmux.conf @@ -44,5 +44,5 @@ set -g escape-time 300 # Or for tmux >= 2.6 set -sg escape-time 300 -# turn clock green -setw -g clock-mode-colour green +# Turn the clock red. It's the least bad colour especially at night. +setw -g clock-mode-colour red