Hypr Waybar style.css - setting local variables for colors
@define-color box_bg_color #FFFFFF;
#1,
#2 {
background-color: @bg_box_color;
}
1
Problems = i tried writing in CSS but cannot get it to work, have to use "@define"
i want to make this local variable, how do i do that???
2
i cannot use alpha value, if i try rgba(0, 0, 0, 0), instead of #FFFFFF it doesent work (keep in mind rgba(0, 0, 0, 0) works for this document, just not when i write it like this (i think its because "@define-color" doesent track alpha so it tracks back to issue "1"
u/Own-Town1201 — 5 days ago