1
0
Fork 0

Minor tmux config changes

This commit is contained in:
Arthur Khachaturov 2023-12-08 16:48:23 +03:00
parent 6ec06ee1d2
commit 2f1b35ce5c
No known key found for this signature in database
GPG key ID: 542ADA2564CCFDDB
4 changed files with 16 additions and 14 deletions

View file

@ -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