From 31ad768f96d37c666296b9314d95a7ffb9e803c5 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Tue, 16 Feb 2021 12:17:21 +0100 Subject: [PATCH] feat: move mailbox to the left --- blocks.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks.def.h b/blocks.def.h index 01296ea..e7c8a0a 100644 --- a/blocks.def.h +++ b/blocks.def.h @@ -3,8 +3,8 @@ //To send a signal : kill -(34+signal) $(pidof dwmblocks) static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ + {"", "sb-mailbox", 60, 6}, {"", "sb-music", 0, 5}, - {"", "sb-mailbox", 180, 6}, {"", "sb-volume", 0, 4}, {"", "sb-internet", 5, 3}, {"", "sb-battery", 5, 2},