Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. ######################
  2. ### DESIGN CHANGES ###
  3. ######################
  4.  
  5. set -g default-terminal "screen-256color"
  6. set-option -g status-position bottom
  7. bind-key -n S-Up set-option -g status
  8. bind-key -n S-Down set-option -g status
  9. set-window-option -g window-status-current-style fg=red
  10. set-option -g status-fg white
  11. set-option -g status-bg default
  12. set -g status-left " "
  13. set -g status-justify left
  14. setw -g window-status-format ' #(echo "#W") '
  15. setw -g window-status-current-format ' #(echo "#W") '
  16. set -g status-right "#[fg=blue]HTB #[fg=yellow]:: #[fg=green]#(ifconfig tun0 | grep 'inet ' | tr -s ' ' | cut -d\" \" -f3)"
  17.  
  18. # border colours
  19. set -g pane-border-style fg=magenta
  20. set -g pane-active-border-style "bg=default fg=magenta"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement