taffybar: lighter bar background and rounded corners

Reduce bar alpha from 0.55 to 0.35 for more transparency and add
6px border-radius to match widget squircles.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 20:20:04 -08:00
committed by Kat Huang
parent 61cec69e67
commit 4bf8ff09fe
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
border-width: 0px;
padding: 0px;
margin: 0px;
border-radius: 0px;
border-radius: 6px;
box-shadow: none;
background-color: @bar-background;
background-image: none;

View File

@@ -7,7 +7,7 @@
@define-color accent #f1b2b2;
/* Bar chrome */
@define-color bar-background rgba(0, 0, 0, 0.55);
@define-color bar-background rgba(0, 0, 0, 0.35);
@define-color bar-gradient-start rgba(20, 26, 40, 0.68);
@define-color bar-gradient-end rgba(12, 18, 30, 0.68);
@define-color bar-border rgba(255, 255, 255, 0.06);