Skip to content

Commit

Permalink
feat(tmux): show hostname
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Oct 25, 2023
1 parent 978e186 commit 6e38ae5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ set -g status-right-length "100"
set -g status-left ""

if-shell -b 'test $(uname -s) = "Linux"' {
set -g status-right ""
set -g status-right " #(hostname) "
}

if-shell -b 'test $(uname -s) = "Darwin"' {
set -g status-right ""
set -g status-right " #(hostname) "
}

set -g status-right-style fg="${thm_yellow}"
set -g status-right-style bg="${thm_green}",fg="${thm_bg}"

set -g message-style fg="${thm_fg}",bg="${thm_gray}",align="centre"
set -g message-command-style fg="${thm_blue}",bg="${thm_gray}",align="centre"
Expand Down

0 comments on commit 6e38ae5

Please sign in to comment.