diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-10-24 00:24:00 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-10-24 00:24:00 +0900 |
| commit | ef7add298fd913b0facca5f72e02fed49a041d89 (patch) | |
| tree | bd217958cd02c47d1caa9f501ef2ad90a7a3db57 /config/waybar/style/style-rgb.css | |
| parent | 18c565a068ac463f6d6ec7aade8d61391dca6c54 (diff) | |
lots of fixes
Diffstat (limited to 'config/waybar/style/style-rgb.css')
| -rw-r--r-- | config/waybar/style/style-rgb.css | 91 |
1 files changed, 50 insertions, 41 deletions
diff --git a/config/waybar/style/style-rgb.css b/config/waybar/style/style-rgb.css index 7cc496da..f1224be7 100644 --- a/config/waybar/style/style-rgb.css +++ b/config/waybar/style/style-rgb.css @@ -36,52 +36,60 @@ window#waybar.empty #window { } tooltip { - background: #1e1e2e; - opacity: 0.8; - border-radius: 10px; - border-width: 2px; - border-style: solid; - border-color: #11111b; + background: #1e1e2e; + opacity: 0.8; + border-radius: 10px; + border-width: 2px; + border-style: solid; + border-color: #11111b; } tooltip label{ - color: #cdd6f4; + color: #cdd6f4; } -#clock, -#battery, -#cpu, -#memory, -#disk, -#temperature, #backlight, -#network, -#pulseaudio, +#battery, #bluetooth, -#wireplumber, -#mode, -#tray, #cava, -#window, +#clock, +#cpu, +#disk, #idle_inhibitor, -#keyboard-state, #keyboard-state label, #keyboard-state label.locked, +#keyboard-state, +#memory, +#mode, #mpd, -#custom-light_dark, -#workspaces, -#taskbar, +#network, +#pulseaudio, #taskbar button, -#bluetooth, +#taskbar, +#temperature, +#tray, +#window, +#wireplumber, #workspaces, +#custom-cycle_wall, +#custom-light_dark, +#custom-lock, #custom-menu, +#custom-power_vertical, #custom-power, -#custom-cycle_wall, -#custom-media, +#custom-spotify, #custom-updater, -#custom-lock, -#custom-weather, -#idle_inhibitor { +#custom-weather, +#custom-weather.clearNight, +#custom-weather.cloudyFoggyDay, +#custom-weather.cloudyFoggyNight, +#custom-weather.default +#custom-weather.rainyDay, +#custom-weather.rainyNight, +#custom-weather.severe, +#custom-weather.showyIcyDay, +#custom-weather.snowyIcyNight, +#custom-weather.sunnyDay { border-radius: 8px; margin: 4px 1px; padding: 0px 4px; @@ -98,7 +106,7 @@ tooltip label{ } #taskbar button.active { - background-color: #7f849c; + background-color: #7f849c; } #battery { @@ -106,19 +114,19 @@ tooltip label{ } @keyframes blink { - to { - color: #000000; - } + to { + color: #000000; + } } #battery.critical:not(.charging) { background-color: #f38ba8; - color: #f38ba8; - animation-name: blink; - animation-duration: 0.5s; - animation-timing-function: linear; - animation-iteration-count: infinite; - animation-direction: alternate; + color: #f38ba8; + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; } #clock { @@ -144,10 +152,10 @@ tooltip label{ background-color: #b4befe; } #tray > .passive { - -gtk-icon-effect: dim; + -gtk-icon-effect: dim; } #tray > .needs-attention { - -gtk-icon-effect: highlight; + -gtk-icon-effect: highlight; } #workspaces button { @@ -213,6 +221,7 @@ tooltip label{ background-color: #86b4fa; } +#custom-power_vertical, #custom-light_dark, #idle_inhibitor { background-color: #86b4fa; |
