diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-08 00:28:47 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-08 00:28:47 +0900 |
| commit | 0d5617b7f25101bdfee905106eaa898e4dc4f93f (patch) | |
| tree | 5aaa03534a95efa95358f4745f9863a1a892e011 /config/waybar/style/Chroma Tally.css | |
| parent | 55a3cfbd7974bca5e8545f28bb4b6bcec1b69342 (diff) | |
| parent | 651ab648e13a6f6bdc8183cb31eec55e1dff8ef2 (diff) | |
Merge pull request #53 from JaKooLit/v2.1.17
V2.1.17
Diffstat (limited to 'config/waybar/style/Chroma Tally.css')
| -rw-r--r-- | config/waybar/style/Chroma Tally.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/config/waybar/style/Chroma Tally.css b/config/waybar/style/Chroma Tally.css index 04b68dc8..3302a662 100644 --- a/config/waybar/style/Chroma Tally.css +++ b/config/waybar/style/Chroma Tally.css @@ -15,8 +15,8 @@ padding: 1px; window#waybar { background: rgba (0, 0, 0, 0.5); - border-radius: 20px 20px 20px 20px; - border-bottom: 3px; + border-radius: 12px; + border-bottom: 2px; border-style: solid; border-color: @color2; } @@ -43,6 +43,7 @@ window#waybar { } #workspaces button:hover { + color: @color2; background-color: rgba(0,153,153,0); padding-left: 2px; padding-right: 2px; @@ -59,8 +60,6 @@ window#waybar { #cpu, #disk, #idle_inhibitor, -#keyboard-state label, -#keyboard-state label.locked, #keyboard-state, #memory, #mode, @@ -78,6 +77,7 @@ window#waybar { #custom-backlight, #custom-cycle_wall, #custom-keybinds, +#custom-keyboard, #custom-light_dark, #custom-lock, #custom-menu, @@ -147,6 +147,8 @@ window#waybar { #disk { color: #94e2d5; } + +#custom-keyboard, #memory { color: #d3869b; } |
