Configure hostname on Tmux status bar

This commit is contained in:
Fabio Scotto di Santolo
2025-08-19 15:05:06 +02:00
parent d88d1682d1
commit 3d91338a88

View File

@@ -54,8 +54,8 @@ 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 "#{?#{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 -ga status-right "#[bg=#{@thm_bg},fg=#{@thm_overlay_0}, none]│"
set -g status-right '#(gitmux "#{pane_current_path}") ' 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_overlay_0}, none]│"
# set -ga status-right "#[bg=#{@thm_bg},fg=#{@thm_blue}] 󰭦 %Y-%m-%d 󰅐 %H:%M " set -ga status-right "#[bg=#{@thm_bg},fg=#{@thm_blue}] #H"
set -g status-position top set -g status-position top
set -g status-style "bg=#{@thm_bg}" set -g status-style "bg=#{@thm_bg}"