From: Skullheadx Date: Wed, 29 Apr 2026 09:12:31 +0000 (-0400) Subject: only show title X-Git-Url: http://git.skullheadx.com/tech/static/gitweb.css?a=commitdiff_plain;h=88af0b1eab66ff753004e55b549764f9cfa1af6c;p=slstatus.git only show title --- diff --git a/config.h b/config.h index 424e4a5..4b12ee9 100644 --- a/config.h +++ b/config.h @@ -68,7 +68,7 @@ static const struct arg args[] = { /* function format argument */ { username, " %s@", NULL }, { hostname, "%s |", NULL }, - { run_command, " %s |", "mpc"}, + { run_command, " MUSIC: %s |", "mpc current"}, { cpu_perc, " CPU %s%% |", NULL }, { ram_perc, " RAM %s%% |", NULL }, /* { swap_perc, " SWAP %s%% |", NULL },*/