Change widths in dashboard to not fuck up the screen so much
This commit is contained in:
parent
c77c7e463f
commit
23f5fcd3b3
1 changed files with 3 additions and 3 deletions
|
@ -129,7 +129,7 @@
|
|||
|
||||
(defun android-dash ()
|
||||
"Return the android dashboard."
|
||||
`(:width 80
|
||||
`(:width 40
|
||||
:align center
|
||||
:content ,(concat
|
||||
(grid-make-row
|
||||
|
@ -175,10 +175,10 @@
|
|||
(setopt grid-revert-on-width-change t)
|
||||
(enlight-content
|
||||
(concat
|
||||
(grid-make-box `(:align center :content ,enlight-theurgy-logo :width 80))
|
||||
(grid-make-box `(:align center :content ,enlight-theurgy-logo :width 40))
|
||||
"\n\n"
|
||||
(grid-make-box `( :content ,(propertize "Theurgy Emacs" 'face 'variable-pitch-serif-text)
|
||||
:width 80 :align center))
|
||||
:width 40 :align center))
|
||||
"\n\n"
|
||||
(grid-make-box
|
||||
(dashboard-content))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue