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 () (defun android-dash ()
"Return the android dashboard." "Return the android dashboard."
`(:width 80 `(:width 40
:align center :align center
:content ,(concat :content ,(concat
(grid-make-row (grid-make-row
@ -175,10 +175,10 @@
(setopt grid-revert-on-width-change t) (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 40))
"\n\n" "\n\n"
(grid-make-box `( :content ,(propertize "Theurgy Emacs" 'face 'variable-pitch-serif-text) (grid-make-box `( :content ,(propertize "Theurgy Emacs" 'face 'variable-pitch-serif-text)
:width 80 :align center)) :width 40 :align center))
"\n\n" "\n\n"
(grid-make-box (grid-make-box
(dashboard-content)) (dashboard-content))