diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-01-14 17:46:20 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-01-14 17:46:20 +0000 |
commit | cc6c1bf7440a1e29110c81124cf2394ecebd1fc3 (patch) | |
tree | 8fcadd0eb72471e552d90558c4a09f800f47967f /.config/yambar | |
parent | 37377f5a92e88629545cdf597ccdfd63ad645cb3 (diff) |
Forgot Full status in Yambar battery config
Diffstat (limited to '.config/yambar')
-rw-r--r-- | .config/yambar/config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/yambar/config.yml b/.config/yambar/config.yml index 1c06cad..ef41b05 100644 --- a/.config/yambar/config.yml +++ b/.config/yambar/config.yml @@ -200,6 +200,9 @@ bar: <<: *discharging state == discharging: <<: *discharging + state == full: + - string: {text: , foreground: ffffffff, font: *nerdfont} + - string: {text: "{capacity}%"} state == "not charging": - string: {text: , foreground: ffffffff, font: *nerdfont} - string: {text: "{capacity}%"} |