Skip to content

Right status separator overlapping #245

Open
@haggen

Description

@haggen

First of all I love this project! It got me going with tmux and I'm enjoying every minute of it.

Now, I noticed a strange issue when customizing the separators; separators in the right status bar get cut roughly in half.

Screenshot from 2019-05-13 18 11 58

I'm using the same character on both sides here to make it more obvious. See how on the left you can see the right point of the triangle, but on the right side it's like half-width?

I was skimming through the code but I'm new to tmux and terminal ricing in general so I did't have much luck, but I noticed what I believe is a typo:

# tmux_conf_theme_status_right=${tmux_conf_theme_status_right-'#{pairing}#{prefix} #{battery_status} #{battery_bar} #{battery_percentage} , %R , %d %b | #{username} | #{hostname} '}

The substitution ${...:-...} is missing a colon isn't it?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions