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 Glow.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 Glow.css')
| -rw-r--r-- | config/waybar/style/Chroma Glow.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/waybar/style/Chroma Glow.css b/config/waybar/style/Chroma Glow.css index 46cfe7c5..90a2677a 100644 --- a/config/waybar/style/Chroma Glow.css +++ b/config/waybar/style/Chroma Glow.css @@ -72,6 +72,7 @@ tooltip label{ #workspaces button:hover { background: rgba(0, 0, 0, 0.2); + color: #D3D3D3; padding-left: 2px; padding-right: 2px; animation: gradient_f 20s ease-in infinite; @@ -102,8 +103,6 @@ tooltip label{ #cpu, #disk, #idle_inhibitor, -#keyboard-state label, -#keyboard-state label.locked, #keyboard-state, #memory, #mode, @@ -121,6 +120,7 @@ tooltip label{ #custom-backlight, #custom-cycle_wall, #custom-keybinds, +#custom-keyboard, #custom-light_dark, #custom-lock, #custom-menu, @@ -194,6 +194,7 @@ label:focus { background-color: #000000; } +#custom-keyboard, #custom-menu{ color: yellow; /*padding: 3px;*/ |
