eww: delete dashboard

This commit is contained in:
Simon Gardling 2025-09-17 12:16:33 -04:00
parent 5f73b13b2a
commit 355c92bd08
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D
2 changed files with 0 additions and 18 deletions

View File

@ -1,17 +0,0 @@
(defwindow dashboard
:monitor 0
:stacking "bg"
:exclusive false
:geometry (geometry
:y "50%"
:x "50%"
:width "20%"
:height "20%"
)(dashboard))
(defwidget dashboard []
(box
(label :text "hi"))
)

View File

@ -1,2 +1 @@
(include "./statusbar.yuck")
(include "./dashboard.yuck")