Fix dashboard layout
This commit is contained in:
parent
034e865922
commit
6baffc794d
1 changed files with 36 additions and 37 deletions
|
@ -89,19 +89,18 @@
|
||||||
;; Dashboard screen using enlight
|
;; Dashboard screen using enlight
|
||||||
(use-package enlight
|
(use-package enlight
|
||||||
:custom
|
:custom
|
||||||
|
(setopt grid-revert-on-width-change t)
|
||||||
(enlight-content
|
(enlight-content
|
||||||
(concat
|
(concat
|
||||||
(grid-make-box `(:align center :content ,enlight-theurgy-logo :width 80))
|
(grid-make-box `(:align center :content ,enlight-theurgy-logo :width 80))
|
||||||
(grid-make-row
|
"\n\n"
|
||||||
|
(grid-make-box `( :content ,(propertize "Theurgy Emacs" 'face 'variable-pitch-serif-text)
|
||||||
|
:width 80 :align center))
|
||||||
|
"\n\n"
|
||||||
|
(grid-make-column
|
||||||
(list
|
(list
|
||||||
(grid-make-box
|
(grid-make-box
|
||||||
`(:content ,(concat
|
`(:content ,(concat
|
||||||
(grid-make-box
|
|
||||||
`( :content
|
|
||||||
,(concat
|
|
||||||
(grid-make-box `( :content ,(propertize "Theurgy Emacs" 'face 'variable-pitch-serif-text)
|
|
||||||
:width 80 :align center)))
|
|
||||||
:width 80))
|
|
||||||
enlight-calendar "\n\n"
|
enlight-calendar "\n\n"
|
||||||
(grid-make-row
|
(grid-make-row
|
||||||
(list (grid-make-box `(:content ,(concat
|
(list (grid-make-box `(:content ,(concat
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue