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