From: Skullheadx Date: Wed, 29 Apr 2026 00:13:24 +0000 (-0400) Subject: update config X-Git-Url: http://git.skullheadx.com/tech/static/gitweb.css?a=commitdiff_plain;h=e1a9c9c0d916a91591b53679d49f105295986e2e;p=slstatus.git update config --- diff --git a/config.h b/config.h index 100093e..69781f6 100644 --- a/config.h +++ b/config.h @@ -66,5 +66,13 @@ static const char unknown_str[] = "n/a"; */ static const struct arg args[] = { /* function format argument */ - { datetime, "%s", "%F %T" }, + { username, " %s@", NULL }, + { hostname, "%s |", NULL }, + { cpu_perc, " CPU %s%% |", NULL }, + { ram_perc, " RAM %s%% |", NULL }, + { swap_perc, " SWAP %s%% |", NULL }, + { up, " WIFI %s |", "wlp9s0"}, + { run_command, " VOL %s%% |", "pamixer --get-volume"}, + { uptime, " UPTIME %s |", NULL }, + { datetime, " %s", "%F %T" }, };