diff options
-rw-r--r-- | cat.png | bin | 0 -> 61163 bytes | |||
-rw-r--r-- | dashboard.el | 4 |
2 files changed, 2 insertions, 2 deletions
Binary files differ 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 |