Make icon in statusbar as CFG_ALIGNMENT
This commit is contained in:
parent
2a47aa7f0b
commit
93c75433f9
|
@ -159,7 +159,7 @@ cfg_opt_t titlebar_opts[] =
|
||||||
{
|
{
|
||||||
CFG_POSITION((char *) "position", (char *) "auto", CFGF_NONE),
|
CFG_POSITION((char *) "position", (char *) "auto", CFGF_NONE),
|
||||||
CFG_ALIGNMENT((char *) "text_align", (char *) "center", CFGF_NONE),
|
CFG_ALIGNMENT((char *) "text_align", (char *) "center", CFGF_NONE),
|
||||||
CFG_STR((char *) "icon", (char *) "left", CFGF_NONE),
|
CFG_ALIGNMENT((char *) "icon", (char *) "left", CFGF_NONE),
|
||||||
CFG_AWESOME_END()
|
CFG_AWESOME_END()
|
||||||
};
|
};
|
||||||
cfg_opt_t general_opts[] =
|
cfg_opt_t general_opts[] =
|
||||||
|
|
Loading…
Reference in New Issue