added explanation for cmds with no output
This commit is contained in:
@@ -67,8 +67,9 @@ void getcmds(int time)
|
||||
for(int i = 0; i < LENGTH(blocks); i++)
|
||||
{
|
||||
current = blocks + i;
|
||||
if ((current->interval != 0 && time % current->interval == 0) || time == -1)
|
||||
if ((current->interval != 0 && time % current->interval == 0) || time == -1){
|
||||
getcmd(current,statusbar[i]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user