typedef struct {
  char* icon;
  char* command;
  unsigned int interval;
  unsigned int signal;
} Block;