[core/theme] Add option to override iconset + add experimental icons

Add an option to load a user-specified icon theme (which will override
the theme's icons).

Also, commit a first version of a set of icons from the ionicons set
(see http://ionicons.com/).

see #252
This commit is contained in:
Tobias Witek 2018-04-29 16:12:39 +02:00
parent fa9ad10549
commit 8e80923f14
4 changed files with 153 additions and 4 deletions

View file

@ -34,7 +34,7 @@ def main():
filename=config.logfile()
)
theme = bumblebee.theme.Theme(config.theme())
theme = bumblebee.theme.Theme(config.theme(), config.iconset())
output = bumblebee.output.I3BarOutput(theme=theme)
inp = bumblebee.input.I3BarInput()
engine = None