diff options
| -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 |
