diff options
author | JSDurand <mmemmew@gmail.com> | 2021-03-06 14:55:15 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-03-06 14:55:15 +0800 |
commit | 8bb6e3e47b86568309e0607428de06708ba2ced7 (patch) | |
tree | 7436a0bee72fea8b657d6f92cb544a0744d28367 /dashboard.el | |
parent | 04450b34eba6db149c85018148c578fcc676d8fe (diff) |
Update the dashboard image.
* dashboard.el (dashboard): Use a new image of a cute cat.
Diffstat (limited to 'dashboard.el')
-rw-r--r-- | dashboard.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard.el b/dashboard.el index c608b34..eab022e 100644 --- a/dashboard.el +++ b/dashboard.el @@ -37,13 +37,13 @@ (with-current-buffer dashboard (cond ((display-graphic-p) - (let ((image (create-image "~/.doom.d/banners/default.png"))) + (let ((image (create-image (expand-file-name "cat.png" user-emacs-directory)))) (insert (make-string 3 10) (center-string-in-width (propertize " " 'display image 'rear-nonsticky '(display)) (round (- (window-body-width) - (* (car (image-size image)) 0.7))))))) + (* (car (image-size image)) 1))))))) ((mapc (function (lambda (str) (insert |