diff options
-rw-r--r-- | config.h | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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" }, }; |