aboutsummaryrefslogtreecommitdiff
path: root/home/rices/schrottkatze/eww/configDir/util.yuck
blob: 3df84ab92072718fefc0b55f80ce38235bbfd3c3 (plain)
1
2
3
4
5
6
7
8
9
10
(defwidget flagEl [color ?flipped]
  (box
    :style "border-${flipped ? "top" : "bottom"}: 3px solid ${color}"
    :halign "fill"
  )
)

(defwidget sep []
  (label :text "|")
)