New backup 2025-11-28 09:15:02

This commit is contained in:
Penelope Gwen 2025-11-28 09:15:02 -08:00
parent e01b191df1
commit 9d1630e5bb
3 changed files with 38 additions and 36 deletions

View file

@ -80,7 +80,7 @@ revealer.home {
&>box {
// & scrolledwindow, viewport.frame, box.home { //box.home {
& scrolledwindow, viewport.frame, box.home { //box.home {
& scrolledwindow>*, viewport.frame, box.home { //box.home {
// border: 3px solid blue;
border-radius: 0px 20px 0px 20px;
}

View file

@ -21,7 +21,7 @@
:windowtype "normal"
:exclusive false
:geometry (geometry
; :y "0px"
:y "27px"
; :width "300px"
:height "100%"
:anchor "center left")

View file

@ -1,6 +1,7 @@
(defvar homewidgets_reveal false)
(defwidget home []
; (box :height 27)
(revealer
:transition "slideright"
:reveal homewidgets_reveal
@ -41,7 +42,8 @@
)
;(box :height 10)
)
))
)
)
;widget templates
(include "modules/home/revealer-on-press.yuck")