12 lines
454 B
Text
12 lines
454 B
Text
set -g default-terminal "xterm-256color"
|
|
set -sg escape-time 0
|
|
set -g status-right '#{battery_status_bg} bat: #{battery_icon} #{battery_percentage} | %a %h-%d %H:%M'
|
|
|
|
set -g @plugin 'tmux-plugins/tpm'
|
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
|
set -g @plugin 'tmux-plugins/tmux-logging'
|
|
set -g @plugin 'tmux-plugins/tmux-battery'
|
|
set -g @plugin 'tmux-plugins/jimeh-tmux-themepack'
|
|
run '~/.tmux/plugins/tpm/tpm'
|
|
|
|
set -g @themepack 'powerline/block/cyan'
|