yabar icon indicating copy to clipboard operation
yabar copied to clipboard

Transparency Problem

Open zakariaGatter opened this issue 5 years ago • 5 comments

i use yabar on ubuntu 18.04 and i3 wm i try to make yabar backgroud color to be trandparent but nothing happen i install and start xcompgr with the start up but still the same

background-color-rgb: 0x00292929; 

can you help me please

zakariaGatter avatar Dec 16 '18 01:12 zakariaGatter

The example config recommends this: "If you want transparency, use argb, not rgb"

background-color-rgb: 0x00292929; background-color-argb: 0x00292929;

For me that works just fine.

Have a good one.

qhga avatar Feb 16 '19 12:02 qhga

i try it but didnt work but thank u any way

zakariaGatter avatar Feb 16 '19 14:02 zakariaGatter

@zakariaGatter, transparency (real) in X11 requires compositing manager; with traditional WMs, you may need to use xcompmgr or compton for that. Did you also run with your tests?

danfe avatar Jul 16 '19 10:07 danfe

it would appear pango/cairo require the composite extension for things to display. is there any known way around this limitation?

ciscon avatar May 17 '20 19:05 ciscon

update: fixed this in commit 13e48e2307cc48cdf26591c88b24b87a0e4673ba

https://github.com/ciscon/yabar/commit/13e48e2307cc48cdf26591c88b24b87a0e4673ba

ciscon avatar May 18 '20 23:05 ciscon