Replies: 7 comments 5 replies
-
The wheel by itself would look cool I think! |
Beta Was this translation helpful? Give feedback.
-
I've resized the full logo and cropped the wheel. Full Logo: Download - https://e.pcloud.link/publink/show?code=XZsgAfZcl3FdvvX69bKVAlWEfJRuf0z90Yy Wheel Only: Download - https://e.pcloud.link/publink/show?code=XZDgAfZC2bxdPtH8iJTHDyuS1Q1nh015KOy Dashboard config: (setq dashboard-banner-logo-title "Welcome to Crafted Emacs"
dashboard-startup-banner "~/.config/emacs/system-crafters-logo.png"
dashboard-center-content t
dashboard-show-shortcuts nil
dashboard-display-icons-p t
dashboard-icon-type 'all-the-icons
dashboard-set-heading-icons t
dashboard-set-file-icons t
dashboard-set-init-info t
dashboard-set-footer nil)
(dashboard-setup-startup-hook)
(setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*"))) Dashboard apparently also allows you to load a custom text file. I'll see if I can come up with some ASCII art. And also test it with |
Beta Was this translation helpful? Give feedback.
-
Hey, @oryszabo, I like the idea and look forward to see your experiments with
If you want (and like it), you can use this:
Feel free to adapt as needed. |
Beta Was this translation helpful? Give feedback.
-
I experimented with adapting the current It took me quite some time to figure out how to center text that has a face applied to it. My questions now are:
In the respective branch in my development fork, I introduced another custom variable What do you folks think? Shall I put a bit of polishing work into this or do we not actually want this? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Well, if you think it's good enough to be on by default for the terminal... I'll prepare a PR. At the end of the day, the question of defaults is only a question of the initial value of the respective custom variables. |
Beta Was this translation helpful? Give feedback.
-
With #378, this has been resolved. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Do you think it would make sense to add the System Crafters logo or the cogwheel only to Crafted Emacs' start-up screen? Perhaps in the form of ASCII art?
I've been testing/playing around with Dashboard and here's the result (keeping it minimal):
The logo: https://systemcrafters.net/img/sc_logo.png
Regards,
Ory
Beta Was this translation helpful? Give feedback.
All reactions