From d87f37c572c0075f7a88decbf95a802aca169725 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sun, 9 May 2021 17:45:24 +0200 Subject: [PATCH] home: wm: i3bar: add 'backlight' block --- home/wm/i3bar.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/wm/i3bar.nix b/home/wm/i3bar.nix index dec72e5..3e74bde 100644 --- a/home/wm/i3bar.nix +++ b/home/wm/i3bar.nix @@ -34,6 +34,9 @@ in block = "net"; format = "{ssid} {ip} {signal_strength}"; } + { + block = "backlight"; + } { block = "battery"; format = "{percentage}% ({time})";