summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-03-18 21:33:59 +0000
committerjao <jao@gnu.org>2022-03-18 21:33:59 +0000
commit6c9c256d2817ba4d92b6e96ff4536c27ddd2e032 (patch)
tree6b176e5e94a6a3b57c586f873078c315d6329f64
parent56c3ee88fb13d9aa2d60e84892039131a42531bc (diff)
downloadelibs-6c9c256d2817ba4d92b6e96ff4536c27ddd2e032.tar.gz
elibs-6c9c256d2817ba4d92b6e96ff4536c27ddd2e032.tar.bz2
nits
-rw-r--r--gnus.org5
-rw-r--r--init.org1
-rw-r--r--lib/eos/jao-minibuffer.el2
-rw-r--r--lib/themes/jao-light-theme.el3
-rw-r--r--lib/themes/jao-themes.el2
5 files changed, 7 insertions, 6 deletions
diff --git a/gnus.org b/gnus.org
index 2fd5d99..5d5df3e 100644
--- a/gnus.org
+++ b/gnus.org
@@ -459,7 +459,7 @@
#+end_src
*** Summary line
#+begin_src emacs-lisp
- (setq gnus-not-empty-thread-mark ?·) ; ↓)
+ (setq gnus-not-empty-thread-mark ?↓) ; ↓) ?·
(setq jao-gnus--summary-line-fmt
(concat "%%U %%*%%R %%uj "
"[ %%~(max-right 23)~(pad-right 23)uf "
@@ -496,7 +496,8 @@
(concat (regexp-opt '("ElDiaro.es "
"ElDiario.es - ElDiario.es: "
"The Guardian: "
- "Aeon | a world of ideas: "))
+ "Aeon | a world of ideas: "
+ ": <author>"))
"\\|unofficial mirror of [^:]+: "))
(defun gnus-user-format-function-f (headers)
diff --git a/init.org b/init.org
index b0c1148..6a16f01 100644
--- a/init.org
+++ b/init.org
@@ -473,6 +473,7 @@
(setq jao-transparent-only-bg t jao-frames-default-alpha 88)
(jao-set-transparency)
(x-change-window-property "_XMONAD_TRAYPAD" "" nil nil nil nil 0)
+ (jao-trayer)
(jao-trisect t))
#+end_src
*** xmonad
diff --git a/lib/eos/jao-minibuffer.el b/lib/eos/jao-minibuffer.el
index f77857e..54e1794 100644
--- a/lib/eos/jao-minibuffer.el
+++ b/lib/eos/jao-minibuffer.el
@@ -36,7 +36,7 @@
(defconst jao-minibuffer--name " *Minibuf-0*")
(defun jao-minibuffer--trim (s w)
- (if (<= (string-width (or s "")) w)
+ (if (< (string-width (or s "")) w)
(format (format "%%%ds" (if jao-minibuffer-align-right w (- w))) s)
(substring s 0 w)))
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el
index 3c1aa31..3cfba2b 100644
--- a/lib/themes/jao-light-theme.el
+++ b/lib/themes/jao-light-theme.el
@@ -90,7 +90,7 @@
(diff-hl-delete (c "white" "wheat1"))
(fill-column-indicator (c "grey80"))
(fringe (c "grey70" nil))
- (gnus-button (p link) nul)
+ (gnus-button (p f01) bf)
(gnus-cite-1 (c "darkslategray" nil))
(gnus-cite-2 (c "slate gray" nil))
(gnus-cite-3 (c "slate gray" nil))
@@ -112,7 +112,6 @@
(scroll-bar (c "grey80" nil))
(show-paren-match (c nil "grey85"))
(success (p f00))
- ;; (variable-pitch :family "DejaVu Sans")
(vertical-border (c "grey70" nil))
(warning (c "burlywood4" nil))
(widget-button (~ default) nit (ul "grey80"))))
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el
index e2ad2bf..4f11ba4 100644
--- a/lib/themes/jao-themes.el
+++ b/lib/themes/jao-themes.el
@@ -912,7 +912,7 @@
(orderless-match-face-1 ul)
(orderless-match-face-2 ul)
(orderless-match-face-3 ul)
- (org-agenda-date-today (p hilite) nul)
+ (org-agenda-date-today (p hilite) ex)
(org-agenda-date-weekend (p dimm))
(org-agenda-done (p dimm))
(org-agenda-restriction-lock (~ default))