milgra / wcp

Script-driven control panel/system menu for wayland-based window managers.
GNU General Public License v3.0
82 stars 3 forks source link

Transparent background is gone after some seconds. #2

Closed lidgnulinux closed 1 year ago

lidgnulinux commented 1 year ago

Hello, I'm trying to set the background to 60% transparent on main.css. It's applied but within a second it's gone (back to normal color / not transparent).

here is my main.css :

#main {
    border-radius: 10px;
    background-color: #00000099;
}

.... (The rest of the css)

Any fix to this problem ? Thanks.

milgra commented 1 year ago

Hi, fixed in 0.52, thank you for reporting it!