From 32f9973208ddf4b606dd8763c43b40358152daea Mon Sep 17 00:00:00 2001 From: Ricardo Date: Tue, 18 Feb 2025 11:16:05 +0100 Subject: [PATCH] Adding status bar right emoji clock and hostname --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index a3b9d5c..36b691f 100644 --- a/tmux.conf +++ b/tmux.conf @@ -9,6 +9,7 @@ set -g mouse on # Costumize down bar #set -g status-right "#(who | grep -w pts/1 | cut -d' ' -f1) #(hostname)" +set -g status-right "#(hostname) #[bg=green]🕒%H:%M" # Use Shift+Arrow to navigate windows bind -n S-Left previous-window