Minor tmux config changes
This commit is contained in:
parent
6ec06ee1d2
commit
2f1b35ce5c
4 changed files with 16 additions and 14 deletions
|
|
@ -2,7 +2,6 @@ set -g @plugin 'odedlaz/tmux-onedark-theme'
|
|||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-battery'
|
||||
|
||||
|
||||
# Battery icons
|
||||
set -g @batt_icon_charge_tier8 ' '
|
||||
set -g @batt_icon_charge_tier7 ' '
|
||||
|
|
@ -18,6 +17,7 @@ set -g @onedark_time_format "%I:%M %p"
|
|||
set -g @onedark_date_format "%D"
|
||||
set -g @onedark_widgets "#{battery_icon_charge} #{battery_percentage}%"
|
||||
|
||||
# Run tmux-plugin-manager
|
||||
run '~/.local/share/tmux-plugins/tpm/tpm'
|
||||
|
||||
# vim: ft=tmux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue