diff options
| author | Blake Romero <blake@blkrom.com> | 2025-07-17 12:41:12 +0100 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-07-17 12:41:12 +0100 |
| commit | a8c648411809100252da70427c5ed4d1f97a2e2b (patch) | |
| tree | d7c8536a5610e19b8770b3410e25ebbef36a571c | |
| parent | 6cf44cb83ba4936874ffee86b7c1f1fe21bde9b8 (diff) | |
Adjust yambar border width and background
| -rwxr-xr-x | dot-config/yambar/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dot-config/yambar/config.yml b/dot-config/yambar/config.yml index e73b5cc..bfb3f6e 100755 --- a/dot-config/yambar/config.yml +++ b/dot-config/yambar/config.yml @@ -300,12 +300,12 @@ cpu: &cpu bar: location: top foreground: *fg - background: *mg + background: *bg margin: *margin font: *font spacing: 10 height: 45 - border: {color: *bg, bottom-width: 2} + border: {color: *fgdim, bottom-width: 2} left: - label: *menu |
