From bd7ed4928bb327fc7767994154b9d1ddd4b4cc8b Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Fri, 26 Jul 2024 23:42:22 +0000 Subject: Delete config.h --- config.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 config.h (limited to 'config.h') diff --git a/config.h b/config.h deleted file mode 100644 index 7ec4b55..0000000 --- a/config.h +++ /dev/null @@ -1,21 +0,0 @@ -/* See LICENSE file for copyright and license details. */ - -/* interval between updates (in ms) */ -const unsigned int interval = 1000; - -/* text to show if no value can be retrieved */ -static const char unknown_str[] = "n/a"; - -/* maximum output string length */ -#define MAXLEN 2048 - -static const struct arg args[] = { - /* function format argument */ - - /* WIFI { netspeed_rx, "%sB/s", "wlp3s0" }, */ - - { netspeed_rx, "[ %s B/s ]", "enp4s0" }, - { run_command, "[ %s ]", "volume" }, - { ram_perc, "[  %s%% ]", NULL }, - { datetime, "  %s", "%a %b %d %r" }, -}; -- cgit v1.2.3