From d741a77108418183b6019cfb43f93544bda6a06b Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Sun, 18 Jan 2026 21:05:57 +0100 Subject: keyboard --- blocks.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'blocks.def.h') diff --git a/blocks.def.h b/blocks.def.h index 8ba5567..4d9c48a 100644 --- a/blocks.def.h +++ b/blocks.def.h @@ -1,6 +1,7 @@ //Modify this file to change what commands output to your statusbar, and recompile using the make command. static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ + {"", "keyboard", 300, 0}, {"", "network", 1, 0}, {"", "cpu_usage", 5, 0}, {"", "memory_usage", 5, 0}, -- cgit v1.2.3