Closed
Description
Currently Waybar does not seem to respect the dark/light variants of a GTK theme when using GTK CSS variables.
For example, take the following CSS in style.css
:
window#waybar {
background-color: @theme_bg_color
}
I would expect the value of @theme-bg-color
to change based on the variant (dark/light) of the current GTK theme as set by the key color-scheme
of the schema org.gnome.desktop.interface
. This doesn't seem to be the case and Waybar always follows the default variant.
Metadata
Metadata
Assignees
Labels
No labels