tmux.conf: turn the clock yellow

This commit is contained in:
Aminda Suomalainen 2024-04-18 09:29:02 +03:00
parent ea94ebfdb9
commit 855630579d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 2 deletions

View File

@ -44,5 +44,6 @@ set -g escape-time 300
# Or for tmux >= 2.6
set -sg escape-time 300
# Turn the clock red. It's the least bad colour especially at night.
setw -g clock-mode-colour red
# Turn the clock yellow. Red would be better at night, but I am used to
# looking at amber in my terminals and thus yellow is less distracting.
setw -g clock-mode-colour yellow