diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-11-12 22:15:47 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-11-12 22:15:47 +0000 |
commit | f2405529d363b9bd0c1c02df3879f7d5e0e18137 (patch) | |
tree | 98b9ff0309c34e58d015537080a361b3efda8f00 /.config/yambar | |
parent | a6013c719dd9a17f9eff968d3559e7d8b96fcdff (diff) |
Yambar: removed up/dl speed for WiFi and full for battery module
Diffstat (limited to '.config/yambar')
-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 |