Skip to content

Commit

Permalink
Add banner to README.org
Browse files Browse the repository at this point in the history
  • Loading branch information
DevelopmentCool2449 authored Mar 24, 2024
1 parent aef5c57 commit c97279b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ This add 5 new widgets for dashboard!
("<remap> <left-char>" . widget-backward))
:custom
(dashboard-banner-logo-title "E M A C S")
(dashboard-startup-banner 3) ; Use banner you want
(dashboard-startup-banner
(concat doom-dashboard-banner-directory "bcc.txt")) ; Use banner you want
(dashboard-footer-icon
(nerd-icons-faicon "nf-fa-github_alt" :face 'success :height 1.5))
(dashboard-page-separator "\n")
(dashboard-startupify-list `(dashboard-insert-banner
dashboard-insert-banner-title
Expand All @@ -52,10 +55,7 @@ This add 5 new widgets for dashboard!
(bookmarks . doom-dashboard-insert-bookmark-shortmenu)
(projects . doom-dashboard-insert-project-shortmenu)
(agenda . doom-dashboard-insert-org-agenda-shortmenu)))
(dashboard-items '(projects
agenda
bookmarks
recents)))
(dashboard-items '(projects agenda bookmarks recents)))
#+end_src

** 🛠️ Contribute
Expand Down

0 comments on commit c97279b

Please sign in to comment.