diff options
| author | Blake Romero <blake@blkrom.com> | 2025-07-22 14:45:34 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-07-22 14:45:34 +0100 |
| commit | c551bb680cc9d520343753a8bfb90bd05f95cc79 (patch) | |
| tree | 9f8cbf16d4b6076a06396b7de9f70a91c321fb7c | |
| parent | b60fcaaec914160929a8a221d59f9eee44e56e04 (diff) | |
Add estimate to yambar battery module
| -rwxr-xr-x | dot-config/yambar/config.yml | 20 |
1 files 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 |
