New backup 2025-08-22 09:30:02
This commit is contained in:
parent
001dcf2665
commit
511e5da8c2
2 changed files with 7 additions and 3 deletions
|
@ -9,7 +9,8 @@
|
|||
:width "100%"
|
||||
:height "30px"
|
||||
:anchor "top center")
|
||||
:reserve (struts :side "top" :distance "4%")
|
||||
; :reserve (struts :side "top" :distance "4%")
|
||||
:reserve (struts :side "top" :distance "30px")
|
||||
(bar))
|
||||
|
||||
(include "modules/home.yuck")
|
||||
|
@ -21,7 +22,9 @@
|
|||
; :x "10px"
|
||||
:y "30px"
|
||||
:width "300px"
|
||||
:height "200px"
|
||||
; :height "200px"
|
||||
:height "100%"
|
||||
:anchor "center left")
|
||||
:stacking "bottom"
|
||||
; :reserve (struts :side "top" :distance "300px")
|
||||
(home))
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
;(defpoll reminders_list :initial '[]'
|
||||
; :interval "3600s"
|
||||
; 'scripts/home/reminders')
|
||||
(deflisten reminders_list "scripts/home/reminders")
|
||||
(deflisten reminders_list :initial '[]'
|
||||
'scripts/home/reminders')
|
||||
|
||||
(defvar reveal_reminders true)
|
||||
;(defvar reveal_reminders {jq(reminders_list,'length')>0})
|
||||
|
|
Loading…
Add table
Reference in a new issue