Revert "tmux: Show battery and timing information in status line"
This reverts commit 888a04424f
. This tmux
plugin does not show battery information reliably all the time.
This commit is contained in:
parent
9fa0b71a37
commit
13edaced57
3 changed files with 0 additions and 21 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -16,9 +16,6 @@
|
|||
[submodule "tmux/.tmux/plugins/tmux-butler"]
|
||||
path = tmux/.tmux/plugins/tmux-butler
|
||||
url = https://github.com/woodstok/tmux-butler
|
||||
[submodule "tmux/.tmux/plugins/tmux-battery"]
|
||||
path = tmux/.tmux/plugins/tmux-battery
|
||||
url = https://github.com/tmux-plugins/tmux-battery
|
||||
[submodule "nvim/.local/share/nvim/site/pack/packer/opt/packer.nvim"]
|
||||
path = nvim/.local/share/nvim/site/pack/packer/opt/packer.nvim
|
||||
url = https://github.com/wbthomason/packer.nvim
|
||||
|
|
|
@ -100,22 +100,6 @@ set-option -g pane-active-border-style fg='#87d700',bg='#101010'
|
|||
set-option -g mode-style fg=colour187,bg='#000000'
|
||||
set-option -g message-style fg=colour187,bg='#000000'
|
||||
|
||||
# Battery
|
||||
set -g @batt_icon_charge_tier8 '🌕'
|
||||
set -g @batt_icon_charge_tier7 '🌖'
|
||||
set -g @batt_icon_charge_tier6 '🌖'
|
||||
set -g @batt_icon_charge_tier5 '🌗'
|
||||
set -g @batt_icon_charge_tier4 '🌗'
|
||||
set -g @batt_icon_charge_tier3 '🌘'
|
||||
set -g @batt_icon_charge_tier2 '🌘'
|
||||
set -g @batt_icon_charge_tier1 '🌑'
|
||||
set -g @batt_icon_status_charged '🔋'
|
||||
set -g @batt_icon_status_charging '⚡'
|
||||
set -g @batt_icon_status_discharging '👎'
|
||||
set -g @batt_color_status_primary_charged '#3daee9'
|
||||
set -g @batt_color_status_primary_charging '#3daee9'
|
||||
set -g status-right '#{battery_status_bg} #{battery_icon} #{battery_percentage} #{battery_remain} | %a %h-%d %H:%M '
|
||||
|
||||
# Plugins
|
||||
run-shell '~/.tmux/plugins/tmux-resurrect/resurrect.tmux'
|
||||
run-shell '~/.tmux/plugins/tmux-continuum/continuum.tmux'
|
||||
|
@ -123,6 +107,5 @@ run-shell '~/.tmux/plugins/tmux-yank/yank.tmux'
|
|||
run-shell '~/.tmux/plugins/tmux-copycat/copycat.tmux'
|
||||
run-shell '~/.tmux/plugins/tmux-open/open.tmux'
|
||||
run-shell '~/.tmux/plugins/tmux-butler/tmux-butler.tmux'
|
||||
run-shell '~/.tmux/plugins/tmux-battery/battery.tmux'
|
||||
|
||||
set -g @continuum-restore 'on'
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit f8b8e8451990365e0c98c38c184962e4f83b793b
|
Loading…
Reference in a new issue