[themes] Configure presence of default i3bar separators

For each theme & module, it is now possible to configure whether the
default i3bar separators should be drawn or not.
This commit is contained in:
Tobias Witek 2016-10-31 07:39:26 +01:00
parent 97273b5a41
commit 60f63f3269
3 changed files with 14 additions and 7 deletions

View file

@ -25,6 +25,9 @@ class Theme:
return value
def default_separators(self, obj):
return self._gettheme(obj, "default_separators")
def prefix(self, obj):
return self._gettheme(obj, "prefix")