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):
![Screenshot from 2023-07-10 12-08-15](https://private-user-images.githubusercontent.com/84247447/252307227-a0bf90e5-3eff-4a25-a18d-a369aa13bb8d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyOTU5MTYsIm5iZiI6MTczOTI5NTYxNiwicGF0aCI6Ii84NDI0NzQ0Ny8yNTIzMDcyMjctYTBiZjkwZTUtM2VmZi00YTI1LWExOGQtYTM2OWFhMTNiYjhkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE3NDAxNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ5NDE2NDkwZjcyZmIyYTNkOTE5ZmFiNmEyNDE3OGRhNGM4ZGIwNTIyMWYxYjNlMmU0NzkyYjkwODY2MTQzMzImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.vBcBEts3_CAVl5OShUk8lGVGp-O3FU1wfDriVcwUo_A)
The logo: https://systemcrafters.net/img/sc_logo.png
Regards,
Ory
Beta Was this translation helpful? Give feedback.
All reactions