Added info to blocks.h

This commit is contained in:
Ashish Kumar Yadav 2020-10-03 16:04:40 +05:30
parent 365a047960
commit e300a25f72

View file

@ -11,6 +11,7 @@
* If multiple signals are pending, then the lowest numbered one will be delivered first. */ * If multiple signals are pending, then the lowest numbered one will be delivered first. */
/* pathu - path of the program whose output is to be used for status text /* pathu - path of the program whose output is to be used for status text
* output of the program should have a null or newline character at the end
* pathc - path of the program to be executed on clicks */ * pathc - path of the program to be executed on clicks */
static Block blocks[] = { static Block blocks[] = {
/* pathu pathc interval signal */ /* pathu pathc interval signal */