mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Add support for multiple icon themes in the config
If there are multiple icon themes defined in the config option 'icon-theme' the module will try from left to right to find an icon. The system default will always be added to this list.
This commit is contained in:
@ -25,7 +25,7 @@ Addressed by *wlr/taskbar*
|
||||
|
||||
*icon-theme*: ++
|
||||
typeof: string ++
|
||||
The name of the icon-theme that should be used. If omitted, the system default will be used.
|
||||
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*: ++
|
||||
typeof: integer ++
|
||||
|
Reference in New Issue
Block a user