Skip to content

konrad1977/welcome-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

welcome-dashboard

A minimalistic dashboard for Emacs.

How it looks:

"Dashboard"

Configuration

(use-package welcome-dashboard
  :ensure nil ;; when using local file and not straight nor use-package
  :config
  (setq welcome-dashboard-latitude 56.7365
        welcome-dashboard-longitude 16.2981 ;; latitude and longitude must be set to show weather information
        welcome-dashboard-use-nerd-icons t ;; Use nerd icons instead of all-the-icons
        welcome-dashboard-path-max-length 75
        welcome-dashboard-use-fahrenheit nil ;; show in celcius or fahrenheit.
        welcome-dashboard-min-left-padding 10
        welcome-dashboard-image-file "~/.emacs.d/themes/true.png"
        welcome-dashboard-image-width 200
        welcome-dashboard-max-number-of-todos 5
        welcome-dashboard-image-height 169
        welcome-dashboard-title "Welcome Mikael. Have a great day!")
  (welcome-dashboard-create-welcome-hook))

Shortcuts

C-number opens recent files C-x number opens the todo

About

A minimalistic dashboard for Emacs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published