From 07e311ed5966079fbff18da4089279a77b60831b Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Fri, 1 May 2026 12:45:48 -0400 Subject: [PATCH] remove username + hostname --- config.def.h | 4 ++-- config.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.def.h b/config.def.h index 66d233d..178f8ae 100644 --- a/config.def.h +++ b/config.def.h @@ -66,8 +66,8 @@ static const char unknown_str[] = "n/a"; */ static const struct arg args[] = { /* function format argument */ - { username, " %s@", NULL }, - { hostname, "%s |", NULL }, +/* { username, " %s@", NULL }, + { hostname, "%s |", NULL }, */ /* { run_command, " MUSIC: %s |", "mpc current"},*/ { run_command, " MUSIC: %s |", "scrolling-title"}, { cpu_perc, " CPU %s%% |", NULL }, diff --git a/config.h b/config.h index 66d233d..178f8ae 100644 --- a/config.h +++ b/config.h @@ -66,8 +66,8 @@ static const char unknown_str[] = "n/a"; */ static const struct arg args[] = { /* function format argument */ - { username, " %s@", NULL }, - { hostname, "%s |", NULL }, +/* { username, " %s@", NULL }, + { hostname, "%s |", NULL }, */ /* { run_command, " MUSIC: %s |", "mpc current"},*/ { run_command, " MUSIC: %s |", "scrolling-title"}, { cpu_perc, " CPU %s%% |", NULL }, -- 2.54.0