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 []
|
(defwidget home []
|
||||||
|
(box
|
||||||
|
:orientation 'v'
|
||||||
|
(box :height 30)
|
||||||
(scroll
|
(scroll
|
||||||
:vscroll true
|
:vscroll true
|
||||||
:hscroll false
|
:hscroll false
|
||||||
|
@ -24,7 +27,7 @@
|
||||||
; (notes :json {jq(notes_list,'.notes')})
|
; (notes :json {jq(notes_list,'.notes')})
|
||||||
(box
|
(box
|
||||||
:visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 9}
|
:visible {jq(workspacesArray, '.[]\|select(.focused==true).num') <= 9}
|
||||||
(reminders_revealer)))))
|
(reminders_revealer))))) )
|
||||||
; (reminders :json {jq(reminders_list,'.reminders')})))
|
; (reminders :json {jq(reminders_list,'.reminders')})))
|
||||||
|
|
||||||
;widget templates
|
;widget templates
|
||||||
|
|
Loading…
Add table
Reference in a new issue