Skip to content

Commit 0fb1337

Browse files
committed
add xnotify.h
1 parent 8c6a6f2 commit 0fb1337

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xnotify.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
enum ItemOption {IMG, BG, FG, BRD, TAG, CMD, UNKNOWN};
1+
enum ItemOption {IMG, BG, FG, BRD, TAG, CMD, SEC, UNKNOWN};
22
enum {DownWards, UpWards};
33
enum {LeftAlignment, CenterAlignment, RightAlignment};
44
enum {
@@ -69,6 +69,7 @@ struct Itemspec {
6969
char *border;
7070
char *tag;
7171
char *cmd;
72+
int sec;
7273
};
7374

7475
/* notification item structure */
@@ -81,6 +82,7 @@ struct Item {
8182
char *cmd;
8283

8384
time_t time;
85+
int sec;
8486

8587
int w, h;
8688
int imgw, imgh;

0 commit comments

Comments
 (0)