1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2025-06-02 18:22:03 -04:00

feat(bspwm): Separate focused/unfocused states

Closes #201
This commit is contained in:
Franklin Delehelle 2016-11-29 15:53:32 +01:00 committed by Michael Carlberg
parent 43350c484e
commit 466e9e212f
5 changed files with 38 additions and 8 deletions

View file

@ -73,6 +73,8 @@ namespace drawtypes {
label_t load_optional_label(const config& conf, string section, string name, string def = "");
label_t load_either_config_label(const config& conf, string section, string name1, string name2, string def = "");
icon_t load_icon(const config& conf, string section, string name, bool required = true, string def = "");
icon_t load_optional_icon(const config& conf, string section, string name, string def = "");