"Inverse" border in eww widget #924
Replies: 1 comment
-
(defwidget smooth_bar []
(box ;; :space-evenly false
:orientation "h"
(box :orientation "h" :style "background-color: transparent; border-radius: 0px 15px 0px 0px;box-shadow: #1A1B26 10px -10px;" )
(bar)
))
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone know how to achieve something like this ( the area with red ) with gtk-css ?
I am using eww and i want to make it seem like a smooth transition from bar to nothing.
The code for the example
Beta Was this translation helpful? Give feedback.
All reactions