From 9a5bba7574f2679707409085c548dbbd3bf7f692 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 31 Aug 2021 18:29:02 +0200 Subject: [PATCH] home: wm: i3bar: remove redundant '%' --- home/wm/i3bar.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/wm/i3bar.nix b/home/wm/i3bar.nix index e9c85de..62d0d7b 100644 --- a/home/wm/i3bar.nix +++ b/home/wm/i3bar.nix @@ -40,8 +40,8 @@ in } { block = "battery"; - format = "{percentage}% ({time})"; - full_format = "{percentage}%"; + format = "{percentage} ({time})"; + full_format = "{percentage}"; } { block = "temperature";