stupidcomputer
275fa01164
make it such that notifications can occur. that is, write to ~/.cache/statusbar_notification, and things appear on the bar. pretty cool right?
7 lines
118 B
C
7 lines
118 B
C
#ifndef STATUS_MESSAGE_H
|
|
#define STATUS_MESSAGE_H
|
|
|
|
int mod_message(char *config, char *name, char *pipename);
|
|
|
|
#endif
|