alignment and padding

This commit is contained in:
BirDt_ 2025-09-27 10:46:45 +08:00
parent 65098c6080
commit eac1c742ae

View file

@ -131,7 +131,8 @@
"Return the android dashboard."
`(:content ,(concat
(grid-make-row
(list (grid-make-column (list (grid-make-box `(:content ,(concat
`(:align center
:content ,(concat (grid-make-column (list (grid-make-box `(:content ,(concat
(enlight-menu
'(("Exobrain"
("Agenda" (org-agenda nil "a") "a")
@ -139,6 +140,7 @@
("Capture" org-capture "c")))))
:align center
:width 20))
"\n\n"
(grid-make-box `(:content ,(concat
(enlight-menu
'(("Projects"
@ -156,6 +158,7 @@
("Weather" theurgy-show-weather "w")))))
:align center
:width 20))
"\n\n"
(grid-make-box `(:content ,(concat
(enlight-menu
'(("Meta"
@ -164,7 +167,7 @@
("Init Dir" (dired user-emacs-directory) "e")
("Info" info "h")))))
:align center
:width 20)))))))
:width 20))))))))
))
(defun dashboard-content ()