From c551bb680cc9d520343753a8bfb90bd05f95cc79 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Tue, 22 Jul 2025 14:45:34 +0100 Subject: Add estimate to yambar battery module --- dot-config/yambar/config.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/dot-config/yambar/config.yml b/dot-config/yambar/config.yml index 1fd55de..437cba7 100755 --- a/dot-config/yambar/config.yml +++ b/dot-config/yambar/config.yml @@ -64,16 +64,16 @@ battery: &battery - ramp: tag: capacity items: - - string: {text: "{capacity}% 󰁺", foreground: *RED} - - string: {text: "{capacity}% 󰁻", foreground: *orange} - - string: {text: "{capacity}% 󰁼", foreground: *yellow} - - string: {text: "{capacity}% 󰁽", foreground: *yellow} - - string: {text: "{capacity}% 󰁾"} - - string: {text: "{capacity}% 󰁿"} - - string: {text: "{capacity}% 󰂀"} - - string: {text: "{capacity}% 󰂁"} - - string: {text: "{capacity}% 󰂂"} - - string: {text: "{capacity}% 󰁹"} + - string: {text: "({estimate}) {capacity}% 󰁺", foreground: *RED} + - string: {text: "({estimate}) {capacity}% 󰁻", foreground: *orange} + - string: {text: "({estimate}) {capacity}% 󰁼", foreground: *yellow} + - string: {text: "({estimate}) {capacity}% 󰁽", foreground: *yellow} + - string: {text: "({estimate}) {capacity}% 󰁾"} + - string: {text: "({estimate}) {capacity}% 󰁿"} + - string: {text: "({estimate}) {capacity}% 󰂀"} + - string: {text: "({estimate}) {capacity}% 󰂁"} + - string: {text: "({estimate}) {capacity}% 󰂂"} + - string: {text: "({estimate}) {capacity}% 󰁹"} state == "charging": - ramp: tag: capacity -- cgit