Eww: Modularized and improved CSS
This commit is contained in:
@ -1,8 +1,3 @@
|
||||
(defwidget calendar-win []
|
||||
(box
|
||||
:class "calendar-win"
|
||||
(calendar)))
|
||||
|
||||
(defwindow calendar
|
||||
:monitor 0
|
||||
:geometry (geometry
|
||||
@ -11,4 +6,4 @@
|
||||
:anchor "bottom right"
|
||||
:width "0px"
|
||||
:height "0px")
|
||||
(calendar-win))
|
||||
(window (calendar)))
|
Reference in New Issue
Block a user