alignment and padding
This commit is contained in:
parent
65098c6080
commit
eac1c742ae
1 changed files with 37 additions and 34 deletions
|
@ -131,7 +131,8 @@
|
||||||
"Return the android dashboard."
|
"Return the android dashboard."
|
||||||
`(:content ,(concat
|
`(:content ,(concat
|
||||||
(grid-make-row
|
(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
|
(enlight-menu
|
||||||
'(("Exobrain"
|
'(("Exobrain"
|
||||||
("Agenda" (org-agenda nil "a") "a")
|
("Agenda" (org-agenda nil "a") "a")
|
||||||
|
@ -139,6 +140,7 @@
|
||||||
("Capture" org-capture "c")))))
|
("Capture" org-capture "c")))))
|
||||||
:align center
|
:align center
|
||||||
:width 20))
|
:width 20))
|
||||||
|
"\n\n"
|
||||||
(grid-make-box `(:content ,(concat
|
(grid-make-box `(:content ,(concat
|
||||||
(enlight-menu
|
(enlight-menu
|
||||||
'(("Projects"
|
'(("Projects"
|
||||||
|
@ -156,6 +158,7 @@
|
||||||
("Weather" theurgy-show-weather "w")))))
|
("Weather" theurgy-show-weather "w")))))
|
||||||
:align center
|
:align center
|
||||||
:width 20))
|
:width 20))
|
||||||
|
"\n\n"
|
||||||
(grid-make-box `(:content ,(concat
|
(grid-make-box `(:content ,(concat
|
||||||
(enlight-menu
|
(enlight-menu
|
||||||
'(("Meta"
|
'(("Meta"
|
||||||
|
@ -164,7 +167,7 @@
|
||||||
("Init Dir" (dired user-emacs-directory) "e")
|
("Init Dir" (dired user-emacs-directory) "e")
|
||||||
("Info" info "h")))))
|
("Info" info "h")))))
|
||||||
:align center
|
:align center
|
||||||
:width 20)))))))
|
:width 20))))))))
|
||||||
))
|
))
|
||||||
|
|
||||||
(defun dashboard-content ()
|
(defun dashboard-content ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue