[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:
parent
fa9ad10549
commit
8e80923f14
4 changed files with 153 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue