diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-01-14 17:11:12 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-01-14 17:11:12 +0000 |
commit | 37377f5a92e88629545cdf597ccdfd63ad645cb3 (patch) | |
tree | 70c1a9097256f145b3c10122cdcc1f92fd16101e /.config/yambar | |
parent | a9d986dee59721babd26cdcd8645c4d686b7fc93 (diff) |
Fixes to Yambar battery config
Diffstat (limited to '.config/yambar')
-rw-r--r-- | .config/yambar/config.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.config/yambar/config.yml b/.config/yambar/config.yml index 935687d..1c06cad 100644 --- a/.config/yambar/config.yml +++ b/.config/yambar/config.yml @@ -200,10 +200,7 @@ bar: <<: *discharging state == discharging: <<: *discharging - # state == charging: - # - string: {text: , foreground: ffffffff, font: *nerdfont} - # - string: {text: "{capacity}%"} - state == full: + state == "not charging": - string: {text: , foreground: ffffffff, font: *nerdfont} - string: {text: "{capacity}%"} state == charging: |