From 984c2de9fb9829ed18c34a69d44ab68cb41d8d98 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 19 Nov 2023 20:49:08 +0200 Subject: [PATCH] =?UTF-8?q?tmux.conf:=20=E2=9A=A7=20actually=20fits=20tmux?= =?UTF-8?q?=20well=20too?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/tmux.conf b/conf/tmux.conf index 0d6837dc..22d10d12 100644 --- a/conf/tmux.conf +++ b/conf/tmux.conf @@ -11,7 +11,7 @@ set -g status-fg white #set-window-option -g window-status-current-bg red # Shows current time on statusbar. ( Made better suitable for me from nyuszika7h's .tmux.conf http://nyuszika7h.dyndns.org/~nyuszika7h/.tmux.conf ) -set -g status-right ' #[fg=yellow,bold]#h|%Y-%j/%F %H:%M%z#[fg=black,bold]#[fg=black,bold]' +set -g status-right '#[fg=yellow,bold]⚧ #h|%Y-%j/%F %H:%M%z#[fg=black,bold]#[fg=black,bold]' # Sets automatic renaming of windows. (copied from comment by André Laszlo http://goo.gl/2V0Lz ) setw -g automatic-rename on