Change splash image from a .png to the original svg.

This commit is contained in:
kj 2023-04-29 19:46:23 -04:00
parent fc9e1bf17e
commit cdf1478322
3 changed files with 25834 additions and 1 deletions

View File

@ -61,7 +61,7 @@
dashboard-week-agenda nil
dashboard-agenda-time-string-format "%Y-%m-%d %H:%M")
(setq dashboard-startup-banner
(expand-file-name "duck-small.png" user-emacs-directory))
(expand-file-name "duck.svg" user-emacs-directory))
(setq dashboard-items '(
(agenda . 10)
;;(recents . 10)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

25833
duck.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 826 KiB