more logos

This commit is contained in:
Mike 'Fuzzy' Partin 2024-07-06 09:00:42 -07:00
parent 91215a0ae3
commit 0cf158d330
6 changed files with 1 additions and 4 deletions

BIN
lib/logo5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

BIN
lib/logo6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

BIN
lib/logo7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

BIN
lib/logo8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

BIN
lib/logo9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

View File

@ -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)