From 3d91338a88b83a83e8263bcaf37744d028b15762 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Tue, 19 Aug 2025 15:05:06 +0200 Subject: [PATCH] Configure hostname on Tmux status bar --- tmux/.tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 555ecd7..9261c2f 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -53,9 +53,9 @@ set -g status-right-length 100 set -g status-right "" # set -ga status-right "#{?#{e|>=:10,#{battery_percentage}},#{#[bg=#{@thm_red},fg=#{@thm_bg}]},#{#[bg=#{@thm_bg},fg=#{@thm_pink}]}} #{battery_icon} #{battery_percentage} " # set -ga status-right "#[bg=#{@thm_bg},fg=#{@thm_overlay_0}, none]│" -set -g status-right '#(gitmux "#{pane_current_path}")' -# set -ga status-right "#[bg=#{@thm_bg},fg=#{@thm_overlay_0}, none]│" -# set -ga status-right "#[bg=#{@thm_bg},fg=#{@thm_blue}] 󰭦 %Y-%m-%d 󰅐 %H:%M " +set -g status-right '#(gitmux "#{pane_current_path}") ' +set -ga status-right "#[bg=#{@thm_bg},fg=#{@thm_overlay_0}, none]│" +set -ga status-right "#[bg=#{@thm_bg},fg=#{@thm_blue}] #H" set -g status-position top set -g status-style "bg=#{@thm_bg}"