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
|
||||
(use-package enlight
|
||||
:custom
|
||||
(setopt grid-revert-on-width-change t)
|
||||
(enlight-content
|
||||
(concat
|
||||
(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
|
||||
(grid-make-box
|
||||
`(: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"
|
||||
(grid-make-row
|
||||
(list (grid-make-box `(:content ,(concat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue