File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,10 @@ This add 5 new widgets for dashboard!
3737 ("<remap> <left-char>" . widget-backward))
3838 :custom
3939 (dashboard-banner-logo-title "E M A C S")
40- (dashboard-startup-banner 3) ; Use banner you want
40+ (dashboard-startup-banner
41+ (concat doom-dashboard-banner-directory "bcc.txt")) ; Use banner you want
42+ (dashboard-footer-icon
43+ (nerd-icons-faicon "nf-fa-github_alt" :face 'success :height 1.5))
4144 (dashboard-page-separator "\n")
4245 (dashboard-startupify-list `(dashboard-insert-banner
4346 dashboard-insert-banner-title
@@ -52,10 +55,7 @@ This add 5 new widgets for dashboard!
5255 (bookmarks . doom-dashboard-insert-bookmark-shortmenu)
5356 (projects . doom-dashboard-insert-project-shortmenu)
5457 (agenda . doom-dashboard-insert-org-agenda-shortmenu)))
55- (dashboard-items '(projects
56- agenda
57- bookmarks
58- recents)))
58+ (dashboard-items '(projects agenda bookmarks recents)))
5959#+end_src
6060
6161** 🛠️ Contribute
You can’t perform that action at this time.
0 commit comments