From 5bca48c6211e62e87042c22076fa1ad2de35a7f3 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 6 Dec 2021 18:03:58 +0000 Subject: minibuffer modeline tweaks --- lib/eos/jao-minibuffer.el | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'lib/eos') diff --git a/lib/eos/jao-minibuffer.el b/lib/eos/jao-minibuffer.el index 7dcdaf3..100e809 100644 --- a/lib/eos/jao-minibuffer.el +++ b/lib/eos/jao-minibuffer.el @@ -125,7 +125,7 @@ The padding pushes TEXT to the right edge of the mode-line." (:eval (format "%d" (line-number-at-pos (point-max))))))) (defvar jao-minibuffer--mode-line-format - `("· %[" + `("%[" (:propertize (:eval (cond ((derived-mode-p 'gnus-group-mode 'gnus-article-mode @@ -136,16 +136,19 @@ The padding pushes TEXT to the right edge of the mode-line." (jao-notmuch--tree-buffer (buffer-name jao-notmuch--tree-buffer)) ((not (null eww-data)) (plist-get eww-data :title)) (t "%b"))) - face jao-themes-f00 ;; (:family "Iosevka Term") - ) + face jao-themes-f00) "%]" - (:propertize " %*%+ " face jao-themes-warning) + (:propertize " (" face jao-themes-dimm) (:propertize mode-name face jao-themes-f00) - (:propertize ("" minor-mode-alist (vc-mode vc-mode)) face jao-themes-f11) + (:propertize ("" minor-mode-alist) face jao-themes-f11) + (:propertize ")" face jao-themes-dimm) + (:propertize (vc-mode vc-mode) face jao-themes-f10) (:propertize mode-line-position face jao-themes-f12) " " global-mode-string - "·")) + (:propertize (" %Z%*%+ " (current-input-method current-input-method-title)) + face jao-themes-warning) + (:propertize "·" display ""))) (defvar jao-minibuffer--original-modeline nil) -- cgit v1.2.3