From 763e69e3fcdf6cd547564e023bfe160a79cb3a7f Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Mon, 1 May 2023 00:32:21 -0600 Subject: [PATCH] little fix --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index b56715d..10a6e5f 100644 --- a/config.def.h +++ b/config.def.h @@ -2,9 +2,9 @@ static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ {" ♫ ", "volstat", 0, 10}, - {" 󰍬 ", "micstat", 0, 10}, + {" 󰍬 ", "micstat", 0, 11}, /* {" 直 ", "iwdstat", 2, 0},*/ - {"  ", "layoutstat", 0, 11}, + {"  ", "layoutstat", 0, 12}, /* {"  ", "batstat", 2, 0},*/ {"  ", "date '+%I:%M%p'", 2, 0}, {"  ", "date '+%a %Y-%m-%d'", 2, 0},