From d43a224da0d9077abc93e9d6754955604aaeed61 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";