From 8bb6e3e47b86568309e0607428de06708ba2ced7 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sat, 6 Mar 2021 14:55:15 +0800 Subject: Update the dashboard image. * dashboard.el (dashboard): Use a new image of a cute cat. --- cat.png | Bin 0 -> 61163 bytes dashboard.el | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 cat.png diff --git a/cat.png b/cat.png new file mode 100644 index 0000000..263c43e Binary files /dev/null and b/cat.png 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 -- cgit v1.2.3-18-g5258