From b134aedff0dd72ee9c1da1c574579cb3d4a9db23 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 22 May 2021 16:23:39 +0200 Subject: [PATCH] home: wm: i3bar: invert baclight icon Because I am using an emoji font, it looks better that way. --- home/wm/i3bar.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/wm/i3bar.nix b/home/wm/i3bar.nix index 3e74bde..e9c85de 100644 --- a/home/wm/i3bar.nix +++ b/home/wm/i3bar.nix @@ -36,6 +36,7 @@ in } { block = "backlight"; + invert_icons = true; } { block = "battery";