ttypes.h - spoon - [fork] customized build of spoon, the dwm status utility
(HTM) git clone git://src.adamsgaard.dk/spoon
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
ttypes.h (216B)
---
1 struct battarg {
2 char *cap;
3 char *ac;
4 char *en;
5 char *pow;
6 };
7
8 struct mpdarg {
9 char *host;
10 unsigned int port;
11 };
12
13 struct keyarg {
14 int sym;
15 char *on;
16 char *off;
17 };
18
19 struct datearg {
20 char *fmt;
21 char *tz;
22 };