From: Skullheadx Date: Fri, 1 May 2026 16:45:48 +0000 (-0400) Subject: remove username + hostname X-Git-Url: http://git.skullheadx.com/blog/openbsd_html_css/tech/static/favicon.ico?a=commitdiff_plain;ds=sidebyside;p=slstatus.git remove username + hostname --- 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 },