A groovy little splash screen for Emacs.
You would probably rather be using emacs-dashboard instead; in a brighter future, this would be turned into some custom widgets for that. In the timeline we actually exist in, expect this to be gently maintained as it causes me problems.
Here's how I load it in my init:
  (use-package groovy-splash
    :straight (:host github :repo "jdpage/groovy-splash.el")
    :hook (after-init . groovy-splash-show)
    :custom
    (groovy-splash-segments '(groovy-splash-groovy-fill
                              groovy-splash-blank-line
                              groovy-splash-logo
                              groovy-splash-blank-line
                              groovy-splash-rule
                              groovy-splash-blank-line
                              groovy-splash-recentf
                              groovy-splash-blank-fill
                              groovy-splash-oracle
                              groovy-splash-blank-line)))If groovy-splash-segments isn't customized, a badly-chosen set of defaults is used,
which I may change at any time for any reason.
