eww: stuff!

This commit is contained in:
retrozinndev
2025-01-12 12:12:31 -03:00
parent 1e50585959
commit 0c41ca33b2
8 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
(defwidget separator [ ?orientation ?alpha ?style ]
(box :class "separator ${ orientation == '' || orientation == 'horizontal' ? 'horizontal' : 'vertical' }"
(box :class "separator ${ orientation == '' || orientation == 'horizontal' || orientation == "h" ? 'horizontal' : 'vertical' }"
:style "opacity: ${ alpha == '' ? 1 : alpha }; ${style}")
)