1
Fork 0
satellite/home/adrielus/features/desktop/common/eww/widgets/dashboard.yuck
Matei Adriel 9eeb459372
Some changes:
- FOSDEM wifi
- Started trying to use eww (I think I added a base16 theming system?)
- Custom exa aliases!
2023-02-08 04:31:15 +01:00

13 lines
288 B
Plaintext

(defwindow dashboard
:stacking "bg"
; :windowtype "normal"
:wm-ignore false
:reserve (struts :distance "40px" :side "left")
:geometry (geometry
:width "40px"
:height "100%")
(dashboard_layout))
(defwidget dashboard_layout []
(label :text "A"))