New backup 2025-08-22 12:15:01
This commit is contained in:
parent
f83eeef3cd
commit
8b0d9e233c
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
(defwidget home []
|
||||
(box
|
||||
:orientation 'v'
|
||||
(box :height 30)
|
||||
(scroll
|
||||
:vscroll true
|
||||
:hscroll false
|
||||
|
@ -24,7 +27,7 @@
|
|||
; (notes :json {jq(notes_list,'.notes')})
|
||||
(box
|
||||
:visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 9}
|
||||
(reminders_revealer)))))
|
||||
(reminders_revealer))))) )
|
||||
; (reminders :json {jq(reminders_list,'.reminders')})))
|
||||
|
||||
;widget templates
|
||||
|
|
Loading…
Add table
Reference in a new issue