diff --git a/.gitmodules b/.gitmodules index 7f90fa5..3cc4e0d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 36c8468..d9430ac 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -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' diff --git a/tmux/.tmux/plugins/tmux-battery b/tmux/.tmux/plugins/tmux-battery deleted file mode 160000 index f8b8e84..0000000 --- a/tmux/.tmux/plugins/tmux-battery +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f8b8e8451990365e0c98c38c184962e4f83b793b