added eww folder

This commit is contained in:
mpuchstein
2025-03-04 23:17:15 +01:00
parent 716b8a0f2f
commit bf6adceda3
9 changed files with 141 additions and 1 deletions

5
eww/widgets/lorem.yuck Normal file
View File

@@ -0,0 +1,5 @@
(defwidget loremText [text]
(label :text text
:class 'lorem-text')
)