From 88af0b1eab66ff753004e55b549764f9cfa1af6c Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Wed, 29 Apr 2026 05:12:31 -0400 Subject: [PATCH] only show title --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 },*/ -- 2.54.0