Correct alignment of sequence in infobar
This commit is contained in:
parent
f8dedf7231
commit
bdef66c8f7
@ -152,6 +152,9 @@ status_parse(struct status_ctx *ctx)
|
||||
#endif /* HAVE_IMLIB2 */
|
||||
}
|
||||
|
||||
if (sq->align == Right)
|
||||
SLIST_INSERT_HEAD(&ctx->statushead, sq, next);
|
||||
else
|
||||
SLIST_INSERT_TAIL(&ctx->statushead, sq, next, prev);
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user