From: Skullheadx Date: Wed, 29 Apr 2026 09:08:35 +0000 (-0400) Subject: add currently playing song X-Git-Url: http://git.skullheadx.com/tech/static/gitweb.css?a=commitdiff_plain;h=02701adf27c07e75e224a9a4990fabdc372e4c65;p=slstatus.git add currently playing song --- diff --git a/config.h b/config.h index 342ff09..424e4a5 100644 --- a/config.h +++ b/config.h @@ -68,6 +68,7 @@ static const struct arg args[] = { /* function format argument */ { username, " %s@", NULL }, { hostname, "%s |", NULL }, + { run_command, " %s |", "mpc"}, { cpu_perc, " CPU %s%% |", NULL }, { ram_perc, " RAM %s%% |", NULL }, /* { swap_perc, " SWAP %s%% |", NULL },*/