diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-01-13 14:03:21 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-01-13 14:03:21 +0000 |
commit | a107315b24d7d13020788e5ddb1a4a5567276d61 (patch) | |
tree | 3a9b1a91516b6348cd2569522bd04a1a82ca6ddf /.config/yambar | |
parent | 7faa540b3817cc4653267c70aa71c6b5460899a6 (diff) |
Fixes to the Yanmbar battery config
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 9ef06c9..935687d 100644 --- a/.config/yambar/config.yml +++ b/.config/yambar/config.yml @@ -200,13 +200,13 @@ bar: <<: *discharging state == discharging: <<: *discharging - state == charging: - - string: {text: , foreground: ffffffff, font: *nerdfont} - - string: {text: "{capacity}%"} + # state == charging: + # - string: {text: , foreground: ffffffff, font: *nerdfont} + # - string: {text: "{capacity}%"} state == full: - string: {text: , foreground: ffffffff, font: *nerdfont} - string: {text: "{capacity}%"} - state == "not charging": + state == charging: - ramp: tag: capacity items: |