From 0af8ce8cc36c19f676e72026e7fcaf489c199b09 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sat, 13 Apr 2024 18:49:14 +0200 Subject: [PATCH] update waybar --- modules/home/waybar/settings.nix | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/modules/home/waybar/settings.nix b/modules/home/waybar/settings.nix index 2a16dd8..083fabf 100644 --- a/modules/home/waybar/settings.nix +++ b/modules/home/waybar/settings.nix @@ -93,17 +93,15 @@ on-click= "pamixer -t"; }; battery = { - format = "{icon} {capacity}% - {time}"; + format = "{icon} {capacity}%"; format-icons = ["" "" "" "" ""]; - format-time = "{H}h{M}m"; format-charging = " {icon} {capacity}%"; - format-full = " {icon} {capacity}%"; interval = 30; - states = { - warning = 20; - critical = 5; - }; - tooltip-format = "Connected to {essid} {ifname} via {gwaddr}"; + # states = { + # warning = 20; + # critical = 5; + # }; + # tooltip-format = "Connected to {essid} {ifname} via {gwaddr}"; }; "custom/launcher"= { format= "";