mirror of
https://github.com/polybar/polybar.git
synced 2025-06-02 18:22:03 -04:00
parent
43350c484e
commit
466e9e212f
5 changed files with 38 additions and 8 deletions
|
@ -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 = "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue