summaryrefslogtreecommitdiff
path: root/dashboard.el
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard.el')
-rw-r--r--dashboard.el4
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