From f2405529d363b9bd0c1c02df3879f7d5e0e18137 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sun, 12 Nov 2023 22:15:47 +0000 Subject: Yambar: removed up/dl speed for WiFi and full for battery module --- .config/yambar/config.yml | 8 ++++---- 1 file 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 -- cgit v1.2.3