You are not logged in.

#1 2013-03-22 00:14:43

ayushjsh
Member
Registered: 2013-03-21
Posts: 8

glyphs and box-drawing-characters not displayed in ncmpcpp progressbar

This is my first post here. I am using ncmpcpp which is working fine except for some glyphs not rendered at all if I set them in progress bar.
I am using terminator with utf8.gb

section from my ncmpcpp config which does not work are

#progressbar_look = "─░─"
#progressbar_look = "─⊙╶"
progressbar_look = "◾◾◽"

all 3 of those don't work ( i un-comment them ofcourse , once at a time )

progressbar_look = "─|"

works fine.

Output of locale -a

C
POSIX
en_GB.utf8

terminator config

[global_config]
  handle_size = 1
[keybindings]
[profiles]
  [[default]]
    use_system_font = False
    cursor_shape = ibeam
    foreground_color = "#00ff00"
    show_titlebar = False
    font = Ricty 10
    cursor_blink = False
[layouts]
  [[default]]
    [[[child1]]]
      type = Terminal
      parent = window0
    [[[window0]]]
      type = Window
      parent = ""
[plugins]

Last edited by ayushjsh (2013-03-25 13:09:17)

Offline

#2 2022-06-21 16:47:52

lm0
Member
Registered: 2022-06-21
Posts: 1

Re: glyphs and box-drawing-characters not displayed in ncmpcpp progressbar

I had the very same problem. ayushjsh probably won't need this, but this is first result in google, so for the future generation.

If you can't see the third character, try selecting terminal on progress bar, it's possible you will see the third character then!
I couldn't see it because on my setup it was simply black and selecting added white background so I could see it. For me solution
was to set

progressbar_color = green:b

in ~/.ncmpcpp/config

Hope it help someone and it will spare "https://xkcd.com/979/" for next person looking for it:)

Offline

Board footer

Powered by FluxBB