Changed tmux status line to show battery percentage and time instead of
connection speed.
This commit is contained in:
parent
327c41234f
commit
995b975105
1 changed files with 2 additions and 1 deletions
|
|
@ -10,13 +10,14 @@ set -g @plugin 'tmux-plugins/tpm'
|
|||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'tmux-plugins/tmux-net-speed'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-battery'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
set -g @resurrect-capture-pane-contents 'on'
|
||||
|
||||
|
||||
|
||||
# Settings
|
||||
set -g status-right "#{net_speed}"
|
||||
set -g status-right "#{battery_status_bg} Batt: #{battery_percentage} | %H:%M"
|
||||
set-option -g default-shell /bin/zsh # default shell
|
||||
set -g default-terminal "screen-256color"
|
||||
setw -g mode-keys vi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue