summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2024-07-26 23:42:22 +0000
committerGitHub <noreply@github.com>2024-07-26 23:42:22 +0000
commitbd7ed4928bb327fc7767994154b9d1ddd4b4cc8b (patch)
tree23a0d94358648815ebd11d7e9980b48f3e37984d /config.h
parent1b83e692c4415e015bf6f51f2a3d0c827ff6e296 (diff)
Delete config.h
Diffstat (limited to 'config.h')
-rw-r--r--config.h21
1 files changed, 0 insertions, 21 deletions
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" },
-};