From f99055051ea14f5193392dd69e0e08369b682699 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Mon, 29 May 2023 00:54:41 -0600 Subject: [PATCH] sensible defaults --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index 83edf91..5bf9936 100644 --- a/config.def.h +++ b/config.def.h @@ -4,11 +4,11 @@ static const Block blocks[] = { {" 󰕾 ", "volstat", 0, 10}, {"  ", "micstat", 0, 11}, {" 󰌌 ", "layoutstat", 0, 12}, - {" 󰖩 ", "iwdstat", 2, 0}, +/* {" 󰖩 ", "iwdstat", 2, 0},*/ /* {"  ", "memorystat", 1, 0},*/ /* {"  ", "cpustat", 1, 0},*/ /* {" 󰯎 ", "netstat", 2, 0},*/ - {" 󰁹 ", "batstat", 1, 0}, +/* {" 󰁹 ", "batstat", 1, 0},*/ {"  ", "date '+%I:%M%p'", 1, 0}, {"  ", "date '+%a %Y-%m-%d'", 1, 0}, };