diff --git a/lib/logo5.png b/lib/logo5.png new file mode 100644 index 0000000..7329fa4 Binary files /dev/null and b/lib/logo5.png differ diff --git a/lib/logo6.png b/lib/logo6.png new file mode 100644 index 0000000..20ffb68 Binary files /dev/null and b/lib/logo6.png differ diff --git a/lib/logo7.png b/lib/logo7.png new file mode 100644 index 0000000..6594903 Binary files /dev/null and b/lib/logo7.png differ diff --git a/lib/logo8.png b/lib/logo8.png new file mode 100644 index 0000000..a75d79d Binary files /dev/null and b/lib/logo8.png differ diff --git a/lib/logo9.png b/lib/logo9.png new file mode 100644 index 0000000..8568112 Binary files /dev/null and b/lib/logo9.png differ diff --git a/lib/thwap-dash.el b/lib/thwap-dash.el index 6639d46..e9844b3 100644 --- a/lib/thwap-dash.el +++ b/lib/thwap-dash.el @@ -26,10 +26,7 @@ (setq dashboard-banner-logo-title (thwap/dashboard-build-logo-title thwap-help-lines)) ;; "Welcome to the T.H.W.A.P. Emacs Dashboard") -(setq dashboard-startup-banner (thwap/random-string-from-list '("~/.emacs.d/lib/logo1.png" - "~/.emacs.d/lib/logo2.png" - "~/.emacs.d/lib/logo3.png" - "~/.emacs.d/lib/logo4.png"))) +(setq dashboard-startup-banner (thwap/random-string-from-list (thwap/list-files-with-extension "~/.emacs.d/lib" "png"))) (setq initial-buffer-choice (lambda () (get-buffer-create dashboard-buffer-name))) (setq dashboard-center-content t) (setq dashboard-vertically-center-content t)