mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-12-26 21:58:08 +01:00
Use CAIRO_OPERATOR_SOURCE for swaybar
This commit is contained in:
parent
67a9a94596
commit
c0916f6138
1 changed files with 2 additions and 0 deletions
|
@ -282,6 +282,8 @@ void render(struct output *output, struct config *config, struct status_line *li
|
|||
cairo_paint(cairo);
|
||||
cairo_restore(cairo);
|
||||
|
||||
cairo_set_operator(cairo, CAIRO_OPERATOR_SOURCE);
|
||||
|
||||
// Background
|
||||
cairo_set_source_u32(cairo, config->colors.background);
|
||||
cairo_paint(cairo);
|
||||
|
|
Loading…
Reference in a new issue