summaryrefslogtreecommitdiffhomepage
path: root/lib/eos
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-05-07 00:30:20 +0100
committerjao <jao@gnu.org>2021-05-07 00:30:20 +0100
commit9664b8e798eeccc52e4d8e90a09e91cfbb32b49f (patch)
tree29c9be666e5b130d37e262d29d10d85353ae95a4 /lib/eos
parent2df5881866e27016f2a89a4a04481f2fe9083c1f (diff)
downloadelibs-9664b8e798eeccc52e4d8e90a09e91cfbb32b49f.tar.gz
elibs-9664b8e798eeccc52e4d8e90a09e91cfbb32b49f.tar.bz2
minibuffer mode line nit
Diffstat (limited to 'lib/eos')
-rw-r--r--lib/eos/jao-minibuffer.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/eos/jao-minibuffer.el b/lib/eos/jao-minibuffer.el
index cb13f81..be31245 100644
--- a/lib/eos/jao-minibuffer.el
+++ b/lib/eos/jao-minibuffer.el
@@ -97,7 +97,8 @@
'(circe-chat-target (:eval (format " [%d]" (length (circe-channel-nicks))))))
(defvar jao-minibuffer--mode-line-format
- `((:propertize " %[%b%]" face mode-line-buffer-id)
+ `((:propertize (exwm-title (" " exwm-title) " %[%b%]")
+ face mode-line-buffer-id)
(:propertize ,jao-minibuffer--circe face jao-themes-dimm)
" %+ "
(:propertize mode-name face jao-themes-f00)