Merge branch 'master' into 'master'

Add systray_hide_by_icon_name Exact Match, Deliminator ','

See merge request !24
This commit is contained in:
o9000
2017-03-04 14:26:23 +00:00
3 changed files with 20 additions and 1 deletions

View File

@@ -1009,6 +1009,8 @@ void add_entry(char *key, char *value)
systray.brightness = atoi(value3);
} else if (strcmp(key, "systray_monitor") == 0) {
systray_monitor = atoi(value) - 1;
} else if (strcmp(key, "systray_hide_by_icon_name") == 0) {
strcpy(systray_hide_icons, value);
}
/* Launcher */