diff options
author | Will McKinnon <[email protected]> | 2022-08-15 00:54:07 -0400 |
---|---|---|
committer | Will McKinnon <[email protected]> | 2022-08-15 00:54:07 -0400 |
commit | 7b530bf4487f36273938ffd7236dad8a7629790a (patch) | |
tree | 0c5cdceb7fbda31530d2d32388db8e27f67748a0 /swaybar/tray | |
parent | cf1ed777ae56f677bcc0f832c52c04dc65be18ce (diff) |
Revert "merge sway master"
This reverts commit 7460d9f565092836f81b917a040caff57142d91a.
Diffstat (limited to 'swaybar/tray')
-rw-r--r-- | swaybar/tray/item.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/swaybar/tray/item.c b/swaybar/tray/item.c index 0cb5ee9d..6d4b17bf 100644 --- a/swaybar/tray/item.c +++ b/swaybar/tray/item.c @@ -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) { |