Skip to content

Commit

Permalink
Update hydra title.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Aug 26, 2023
1 parent b8ca9a2 commit 676c201
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lisp/init-hydra.el
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
(add-hook 'after-load-theme-hook #'hydra-set-posframe-show-params t))))

(use-package pretty-hydra
:custom (pretty-hydra-default-title-body-format-spec " %s%s")
:custom (pretty-hydra-default-title-body-format-spec (format "%s %%s\n%%s"
(propertize "\n" 'face '(:height 0.5))))
:bind ("<f6>" . toggles-hydra/body)
:hook (emacs-lisp-mode . (lambda ()
(add-to-list
Expand Down
2 changes: 1 addition & 1 deletion lisp/init-window.el
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
;; Quickly switch windows
(use-package ace-window
:pretty-hydra
((:title (pretty-hydra-title "Window Management" 'mdicon "nf-md-border_all")
((:title (pretty-hydra-title "Window Management" 'faicon "nf-fa-th")
:foreign-keys warn :quit-key ("q" "C-g"))
("Actions"
(("TAB" other-window "switch")
Expand Down

0 comments on commit 676c201

Please sign in to comment.