diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-29 21:33:06 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-29 21:33:06 +0900 |
| commit | 8e4bdc65ca9a2af0726c2cc1249ba87bfb70437c (patch) | |
| tree | 8dc8be503a05b79126e2f52caed84a8400e24577 /config/waybar/style/Catppuccin-Mocha.css | |
| parent | ce6bcd4284e00d911968354421af16d81a623d48 (diff) | |
Implementing custom waybar cava into styles and layouts
Rename waybar_cava.sh to WaybarCava.sh
remove cava module from the waybar modules bank
clean up waybar styles
Diffstat (limited to 'config/waybar/style/Catppuccin-Mocha.css')
| -rw-r--r-- | config/waybar/style/Catppuccin-Mocha.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/waybar/style/Catppuccin-Mocha.css b/config/waybar/style/Catppuccin-Mocha.css index 061106c5..5f74fe8c 100644 --- a/config/waybar/style/Catppuccin-Mocha.css +++ b/config/waybar/style/Catppuccin-Mocha.css @@ -54,7 +54,6 @@ window#waybar.hidden { #backlight-slider, #battery, #bluetooth, -#cava, #clock, #cpu, #disk, @@ -221,6 +220,10 @@ window#waybar.hidden { transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682); } +#custom-cava_mviz { + color: @pink; +} + #custom-menu { color: @rosewater; } |
