From 8817f231c32952f5ebbf0b66f4cafdbf6d892970 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Sat, 13 Apr 2024 19:07:38 +0200 Subject: [PATCH] update waybar --- modules/home/waybar/settings.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/home/waybar/settings.nix b/modules/home/waybar/settings.nix index 083fabf..b82138e 100644 --- a/modules/home/waybar/settings.nix +++ b/modules/home/waybar/settings.nix @@ -94,14 +94,14 @@ }; battery = { format = "{icon} {capacity}%"; - format-icons = ["" "" "" "" ""]; - format-charging = " {icon} {capacity}%"; + format-icons = [" " " " " " " " " "]; + format-charging = " {capacity}%"; + format-full = " {capacity}%"; + format-warning = " {capacity}%"; interval = 30; - # states = { - # warning = 20; - # critical = 5; - # }; - # tooltip-format = "Connected to {essid} {ifname} via {gwaddr}"; + states = { + warning = 20; + }; }; "custom/launcher"= { format= "";