add execp_monitor config #799

This commit is contained in:
Chris Lee
2021-02-24 22:08:20 +01:00
parent dba0e66646
commit 0f00212c58
7 changed files with 73 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ typedef struct ExecpBackend {
char *command;
// Interval in seconds
int interval;
int monitor;
// 1 if first line of output is an icon path
gboolean has_icon;
gboolean cache_icon;