diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index e5b1331..5ae6803 100644 --- a/config.def.h +++ b/config.def.h @@ -2,6 +2,7 @@ // argument, consult the documentation of that specific element // seconds, interval between updates // milliseconds, interval in addition to seconds between updates -ELEMENT(wifi, "wlp1s0", 0, 15) -ELEMENT(battery, "BAT0", 2, 0) -ELEMENT(date, NULL, 0, 7.5) +ELEMENT(wlp1s0, wifi, "wlp1s0", 0, 15) +ELEMENT(bat, battery, "BAT0", 2, 0) +ELEMENT(vol, command, "bash -c 'echo \"$(pamixer --get-volume)\"", 2, 0) +ELEMENT(date, date, NULL, 0, 7.5) |
