mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
parent
cf1ed777ae
commit
7b530bf448
63 changed files with 463 additions and 644 deletions
|
|
@ -466,11 +466,6 @@ 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