mirror of
https://github.com/swaywm/sway.git
synced 2026-05-02 06:46:23 -04:00
merge sway master
This commit is contained in:
parent
c37aba2736
commit
7460d9f565
63 changed files with 642 additions and 461 deletions
|
|
@ -466,6 +466,11 @@ uint32_t render_sni(cairo_t *cairo, struct swaybar_output *output, double *x,
|
|||
sni->target_size = target_size;
|
||||
}
|
||||
|
||||
// Passive
|
||||
if (sni->status && sni->status[0] == 'P') {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int icon_size;
|
||||
cairo_surface_t *icon;
|
||||
if (sni->icon) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue