Change widths in dashboard to not fuck up the screen so much

This commit is contained in:
Jakub Nowak 2025-09-27 16:56:54 +08:00
parent c77c7e463f
commit 23f5fcd3b3

View file

@ -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))