mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
[tasklist] Add show_icons property handling
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
d8a5b43f26
commit
a4161434c2
1 changed files with 2 additions and 0 deletions
|
@ -241,6 +241,8 @@ tasklist_tell(widget_t *widget, const char *property, const char *new_value)
|
|||
p_delete(&d->text_urgent);
|
||||
d->text_urgent = a_strdup(new_value);
|
||||
}
|
||||
else if(!a_strcmp(property, "show_icons"))
|
||||
d->show_icons = a_strtobool(new_value);
|
||||
else
|
||||
return WIDGET_ERROR;
|
||||
|
||||
|
|
Loading…
Reference in a new issue