Introduction
Introduction Statistics Contact Development Disclaimer Help
config.def.h - spoon - set dwm status
git clone git://git.codemadness.org/spoon
Log
Files
Refs
LICENSE
---
config.def.h (1138B)
---
1 /* delay between each update in seconds */
2 int delay = 1;
3
4 struct ent ents[] = {
5 /* reorder/edit/remove these as you see fit */
6 { .fmt = "[%s] ", .read = mpdread, .arg = &(struct…
7 { .fmt = "[%s] ", .read = countread, .arg = "/home…
8 { .fmt = "[%s] ", .read = mixread, .arg = NULL },
9 { .fmt = "[%s] ", .read = loadread, .arg = NULL },
10 { .fmt = "[%s] ", .read = cpuread, .arg = "/sys/de…
11 { .fmt = "[%s°] ", .read = tempread, .arg = "/sys…
12 { .fmt = "%s ", .read = battread, .arg = &…
13 { .fmt = "%s ", .read = wifiread, .arg = N…
14 { .fmt = "[%s] ", .read = xkblayoutread, .arg = NU…
15 { .fmt = "%s", .read = keyread, .arg = &(s…
16 { .fmt = "%s ", .read = fileread, .arg = "…
17 { .fmt = "%s", .read = dateread, .arg = &(…
18 };
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.