summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/config.h b/config.h
index d805331..b8e6900 100644
--- a/config.h
+++ b/config.h
@@ -65,5 +65,13 @@ static const char unknown_str[] = "n/a";
*/
static const struct arg args[] = {
/* function format argument */
- { datetime, "%s", "%F %T" },
+ { keymap, " %s |", NULL },
+ { run_command, "%s", "wpctl get-volume @DEFAULT_AUDIO_SINK@ | cut -f2 -d ':'" },
+ { netspeed_rx, " | %s", "enp1s0" },
+ { netspeed_tx, " %s", "enp1s0" },
+ { cpu_perc, " | %s", "NULL" },
+ { ram_used, " | %s", "NULL" },
+ { ram_free, " %s", "NULL" },
+ { disk_free, " %s", "/" },
+ { datetime, "| %s","%a %b %-d %H:%M" },
};