logoalt Hacker News

tostitoday at 3:16 PM1 replyview on HN

I like having a red bar for tmux running as root and a blue one for running it as a normal user, e.g. for root:

    set -g status-style "bg=red"
I also like to have the bar on top and the status centered:

    set -g status-justify absolute-centre
    set -g status-position top

Replies

stonecharioteertoday at 3:33 PM

I change the color of the bar in every server I've set it up so I know absolutely where I am.

show 1 reply