From 6c9c256d2817ba4d92b6e96ff4536c27ddd2e032 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 18 Mar 2022 21:33:59 +0000 Subject: nits --- gnus.org | 5 +++-- init.org | 1 + lib/eos/jao-minibuffer.el | 2 +- lib/themes/jao-light-theme.el | 3 +-- lib/themes/jao-themes.el | 2 +- 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: " + ": ")) "\\|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)) -- cgit v1.2.3