Skip to content

Commit

Permalink
Drop battery icon
Browse files Browse the repository at this point in the history
Some quirk is causing these characters to cause the statusline to
duplicate instead of refresh. Seems related to powerline/powerline#1652
  • Loading branch information
eellson committed Nov 20, 2017
1 parent de38541 commit 362fb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ set -g @cpu_icon "📈 "
set -g status-right-length 70
set -g status-right \
"#{cpu_icon} #[fg=$brightblack]#{cpu_percentage} #[fg=$grey]| \
#{battery_icon} #[fg=$brightblack]#{battery_percentage} #[fg=$grey]| \
#[fg=$brightblack]#{battery_percentage} #[fg=$grey]| \
#[fg=$brightblack]%A %d %b #[fg=$grey]| \
#[fg=$blue]%H:%M"

Expand Down

0 comments on commit 362fb1e

Please sign in to comment.