Fixes transparency on custom emacs dashboard logo

This commit is contained in:
Emmet 2024-06-22 22:00:36 -05:00
parent 656608c84a
commit a27ddf7d71
5 changed files with 8 additions and 6 deletions

View file

@ -84,10 +84,11 @@
(require 'dashboard)
(setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*"))
doom-fallback-buffer-name "*dashboard*")
(setq image-scaling-factor 1)
;; emacs-dashboard variables
(setq dashboard-banner-logo-title "Welcome to Nix Doom Emacs")
(setq dashboard-startup-banner 2)
(setq dashboard-startup-banner "~/.emacs.d/dashboard-logo.webp")
(setq dashboard-icon-type 'all-the-icons) ;; use `all-the-icons' package
(setq dashboard-set-heading-icons t)
(setq dashboard-set-file-icons t)