Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konrad1977/welcome-dashboard
A minimalistic dashboard for Emacs.
https://github.com/konrad1977/welcome-dashboard
Last synced: 3 months ago
JSON representation
A minimalistic dashboard for Emacs.
- Host: GitHub
- URL: https://github.com/konrad1977/welcome-dashboard
- Owner: konrad1977
- License: gpl-3.0
- Created: 2023-05-07T11:34:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-24T05:48:49.000Z (7 months ago)
- Last Synced: 2024-04-24T12:28:14.923Z (7 months ago)
- Language: Emacs Lisp
- Size: 1.25 MB
- Stars: 26
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# welcome-dashboard
A minimalistic dashboard for Emacs.## How it looks:
!["Dashboard"](https://github.com/konrad1977/welcome-dashboard/blob/main/screenshots/screenshot_1.png)## Configuration
```elisp
(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