From b52c55db5f6df1fbdc0033930742ed6299eed190 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 3 May 2021 20:23:22 +0200 Subject: [PATCH] home: wm: i3bar: show temperature block by default --- home/wm/i3bar.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/wm/i3bar.nix b/home/wm/i3bar.nix index b1358b9..7e3625c 100644 --- a/home/wm/i3bar.nix +++ b/home/wm/i3bar.nix @@ -43,6 +43,7 @@ in } { block = "temperature"; + collapsed = false; } { block = "sound";