diff options
-rw-r--r-- | .config/yambar/config.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/yambar/config.yml b/.config/yambar/config.yml index 4c6bcc1..0048d22 100644 --- a/.config/yambar/config.yml +++ b/.config/yambar/config.yml @@ -166,12 +166,12 @@ bar: map: default: - string: {text: , font: *nerdfont} - - string: {text: "{ssid} {dl-speed:mb}/{ul-speed:mb} Mb/s"} + - string: {text: "{ssid}"} conditions: ipv4 == "": - string: {text: , font: *nerdfont, foreground: ffffff66} - - string: {text: "{ssid} {dl-speed:mb}/{ul-speed:mb} Mb/s", foreground: ffffff66} + - string: {text: "{ssid}", foreground: ffffff66} - battery: name: BAT0 poll-interval: 10000 @@ -202,10 +202,10 @@ bar: <<: *discharging state == charging: - string: {text: , foreground: ffffffff, font: *nerdfont} - - string: {text: "{capacity}% {estimate}"} + - string: {text: "{capacity}%"} state == full: - string: {text: , foreground: ffffffff, font: *nerdfont} - - string: {text: "{capacity}% full"} + - string: {text: "{capacity}%"} state == "not charging": - ramp: tag: capacity |