Skip to content

Commit

Permalink
fix(status): support tmux-battery attached status icon (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoket authored Apr 29, 2024
1 parent a556353 commit a101630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions status/battery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ show_battery() {
tmux set-option -g @batt_icon_status_charging '󰂄'
tmux set-option -g @batt_icon_status_discharging '󰂃'
tmux set-option -g @batt_icon_status_unknown '󰂑'
tmux set-option -g @batt_icon_status_attached "󱈑"

module=$(build_status_module "$index" "$icon" "$color" "$text")

Expand Down

0 comments on commit a101630

Please sign in to comment.