waybar: background less opaque

This commit is contained in:
Josh Lay 2024-08-24 18:29:45 -05:00
parent 2f3cca0863
commit d1ce15a7c9
No known key found for this signature in database
GPG key ID: 47AA304B2243B579

View file

@ -24,7 +24,7 @@
* misc. GTK: https://gitlab.gnome.org/GNOME/gtk/-/blob/gtk-3-24/gtk/theme/Adwaita/_colors-public.scss
* */
window#waybar {
background: alpha(@theme_base_color, 0.92);
background: alpha(@theme_base_color, 0.85);
border-top: 1px solid @unfocused_borders;
color: @theme_text_color;
}