geommer / yabar

A modern and lightweight status bar for X window managers.
MIT License
681 stars 49 forks source link

0x00123456 background is not transparent #118

Open arkrost opened 8 years ago

arkrost commented 8 years ago

Hi!

It seems that if set background-color-argb 0x00123456 (or else with zero alpha) background is still not transparent. Is it a bug or my misunderstanding?

Slimior commented 7 years ago

Same here.

Version: v0.4.0-69-gbc24863

Airblader commented 7 years ago

Does it work as soon as you use 01 for the alpha value? We've had a bug like this over at i3 after switching to cairo. The reason was a bug in the X server, if I remember correctly.

mjcz-archived commented 7 years ago

Same problem here. Version: v0.4.0 running on bspwm.

# ~/.config/yabar/yabar.conf
bar-list = ["topbar"];

topbar:{
    position: "top";    
    background-color-argb: 0x00FFFFFF;
}

This config results in a white bar which basically means the alpha part is discarded.