Advertisement
Guest User

Untitled

a guest
Apr 15th, 2019
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. set -g base-index 1
  2. set -g pane-base-index 1
  3. set-option -g status-justify left
  4. set-option -g status-bg black
  5. set-option -g status-fg white
  6. set-option -g status-left-length 40
  7. set-option -g status-right-length 80
  8. set-option -g pane-active-border-fg green
  9. set-option -g pane-active-border-bg black
  10. set-option -g pane-border-fg white
  11. set-option -g pane-border-bg black
  12. set-option -g message-fg black
  13. set-option -g message-bg green
  14. set -g window-status-bg black
  15. set -g window-status-current-fg green
  16. set -g window-status-bell-attr default
  17. set -g window-status-bell-fg red
  18. set -g window-status-activity-attr default
  19. set -g window-status-activity-fg yellow
  20. set -g monitor-activity on
  21. set -g visual-activity on
  22. set-option -g bell-action any
  23. set-option -g visual-bell off
  24. set-option -g set-titles on
  25. set-option -g set-titles-string '#H:#S.#I.#P #W #T' # window number,program name,active (or not)
  26. set -g status-left "#[fg=red] #H#[fg=green]:#[fg=white]#S#[fg=green] |#[default]"
  27. set -g status-right "%R %A %d-%b-%Y Заряд: #(/usr/bin/acpitool -b | awk '{ print $5 }') Температура: #(/usr/bin/sensors | grep Phys | awk '{ print $4 }') "
  28. set-option -g default-command $SHELL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement