Add tags_occupied color in theme and tags_*_statusline to draw status sequences in tags button in according to tag state (normal/selected/occupied)
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
#include "wmfs.h"
|
||||
|
||||
struct status_ctx status_new_ctx(struct barwin *b, struct theme *t);
|
||||
void status_free_ctx(struct status_ctx *ctx);
|
||||
void status_flush_list(struct status_ctx *ctx);
|
||||
void status_flush_mousebind(struct status_ctx *ctx);
|
||||
void status_copy_mousebind(struct status_ctx *ctx);
|
||||
void status_parse(struct status_ctx *ctx);
|
||||
void status_render(struct status_ctx *ctx);
|
||||
void status_manage(struct status_ctx *ctx);
|
||||
void uicb_status(Uicb cmd);
|
||||
|
||||
Reference in New Issue
Block a user