swaybar: add option to show tray left of status

This commit is contained in:
Sebastien Lavoie-Courchesne 2026-03-01 17:55:50 -05:00
parent c57daaf0d1
commit 1b2e930cb9
12 changed files with 54 additions and 3 deletions

View file

@ -79,6 +79,7 @@ struct swaybar_config {
bool tray_hidden;
list_t *tray_outputs; // char *
int tray_padding;
bool tray_last;
#endif
};