You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the relevant css .arrowreg { color: rgba(16, 21, 16, 1); } .arrowmask { color: rgba(0, 0, 0, 0); background-color: #ffffff; }
, while this is the relevant yuck config
(box :halign "end"
(box :class "arrowreg" :halign "end"
(label :class "arrow" :text symbol2 :halign "end"))
(box :class "arrowmask" :halign "end"
(label :class "arrow" :text symbol1 :halign "end"))
(box :class "clock" :halign "end"
(box :class "bx" :width "160px" :spacing 0
(box :width "80px" :height "40px" :orientation "horizontal" :halign "start" time)
(box :width "80px" :height "40px" :orientation "horizontal" :halign "end" date)))
(box :class "arrowreg" :halign "end"
(label :class "arrow" :text symbol1 :halign "end"))))```
And this is how it looks
![Screenshot_20241117_095814](https://github.com/user-attachments/assets/fdd30ac4-b5fd-49be-a309-4d6929715887)
. All symbols disappeared and the background for the one with a background is a rectangle. There is no issues in the gtk debugger or with the debug flag.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is the relevant css
.arrowreg { color: rgba(16, 21, 16, 1); }
.arrowmask { color: rgba(0, 0, 0, 0); background-color: #ffffff; }
, while this is the relevant yuck config
Beta Was this translation helpful? Give feedback.
All reactions