Convert icon-theme option to array|string

Use the config support of using arrays in its options instead of the
complicated and error-prone parsing of the string.
This commit is contained in:
Till Smejkal
2020-07-07 11:22:08 +02:00
parent 70e368a1c6
commit bc112eaae1
2 changed files with 12 additions and 10 deletions

View File

@ -24,7 +24,7 @@ Addressed by *wlr/taskbar*
The format, how information should be displayed.
*icon-theme*: ++
typeof: string ++
typeof: array|string ++
The names of the icon-themes that should be used to find an icon. The list will be traversed from left to right. If omitted, the system default will be used.
*icon-size*: ++