This commit is contained in:
BirDt_ 2025-09-27 10:34:40 +08:00
parent 3a519bc657
commit aa27a46d65

View file

@ -86,6 +86,11 @@
(concat (propertize "Weather\n\n" 'face 'font-lock-keyword-face)
"No connection to weather service :(")))
;; Dashboard screen using enlight
(use-package enlight
:custom
(setopt grid-revert-on-width-change t)
(defvar default-dash
`(:content ,(concat
enlight-calendar "\n\n"
@ -170,10 +175,6 @@
((equal system-type 'android) android-dash)
(else default-dash)))
;; 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))