From 23f5fcd3b3a5095f77896d943b25dbf9f967f26d Mon Sep 17 00:00:00 2001 From: Jakub Nowak Date: Sat, 27 Sep 2025 16:56:54 +0800 Subject: [PATCH] Change widths in dashboard to not fuck up the screen so much --- screens/dashboard.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/screens/dashboard.el b/screens/dashboard.el index 9198f54..2d0506b 100644 --- a/screens/dashboard.el +++ b/screens/dashboard.el @@ -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))