Compare commits
No commits in common. "206aa05eee4992efed26022d1dc034755f50da19" and "32d0935e1c75c8a25f011c90ebe241654277042b" have entirely different histories.
206aa05eee
...
32d0935e1c
@ -118,9 +118,8 @@ if -b '[ "`uname`" = "Darwin" ]' \
|
||||
"xclip -i -sel p -f | xclip -i -sel c"'
|
||||
|
||||
# Left status style
|
||||
setw -g status-left " #(hostname)|#{session_name}"
|
||||
setw -g status-left " #{session_name}"
|
||||
setw -g status-left-style fg=colour240,bg=colour233
|
||||
setw -g status-left-length 32
|
||||
|
||||
# Centre status style
|
||||
setw -g status-style fg=colour240,bg=colour233
|
||||
@ -128,8 +127,8 @@ setw -g status-style fg=colour240,bg=colour233
|
||||
# Right status style shows system info, date, and time.
|
||||
setw -g status-right "#[fg=colour240]#(cat ~/.cache/tmux/system-info)#[fg=white] %a %d-%m-%y %H:%M "
|
||||
setw -g status-right-style fg=white,bg=colour233
|
||||
if -b '[ "`uname`" != "Darwin" ]' \
|
||||
'run "tmux setw -g status-right-length $((`nproc --all` + 32))"'
|
||||
if -b '[[ "`uname`" != "Darwin" ]]' \
|
||||
run 'tmux setw -g status-right-length $((`nproc --all` + 32))'
|
||||
|
||||
# Active window status style
|
||||
setw -g window-status-current-format " #{window_index}: #{window_name}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user