From 10e3fd8ef7528a8fcafd3b78ccde2f86a6340fdb Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Tue, 28 Apr 2026 20:17:05 -0400 Subject: [PATCH] remove swap --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 69781f6..342ff09 100644 --- a/config.h +++ b/config.h @@ -70,7 +70,7 @@ static const struct arg args[] = { { hostname, "%s |", NULL }, { cpu_perc, " CPU %s%% |", NULL }, { ram_perc, " RAM %s%% |", NULL }, - { swap_perc, " SWAP %s%% |", NULL }, +/* { swap_perc, " SWAP %s%% |", NULL },*/ { up, " WIFI %s |", "wlp9s0"}, { run_command, " VOL %s%% |", "pamixer --get-volume"}, { uptime, " UPTIME %s |", NULL }, -- 2.54.0