diff options
| author | 2026-03-10 10:24:51 -0700 | |
|---|---|---|
| committer | 2026-03-10 10:24:51 -0700 | |
| commit | a6fa67d43b78646b28a874d64ddea164e67adc56 (patch) | |
| tree | 5cd108a68334ec9cf7be46ed8e6bd2228efd066b /oni-gui/oni-gui.el | |
| parent | 8f54dfa7c63476ea0b9d4b954cb561fe0f3d4e6d (diff) | |
| download | emacs-config-a6fa67d43b78646b28a874d64ddea164e67adc56.tar.gz emacs-config-a6fa67d43b78646b28a874d64ddea164e67adc56.zip | |
oni-gui: Diminish wakatime minor mode to icon
Diffstat (limited to 'oni-gui/oni-gui.el')
| -rw-r--r-- | oni-gui/oni-gui.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/oni-gui/oni-gui.el b/oni-gui/oni-gui.el index 8676fb8..38e3ab5 100644 --- a/oni-gui/oni-gui.el +++ b/oni-gui/oni-gui.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2026.0306.124547 +;; Version: 2026.0310.095909 ;; Package-Requires: (oni-ui oni-hydra yoshi-theme diminish) ;; This program is free software; you can redistribute it and/or modify @@ -97,9 +97,11 @@ If FRAME is nil, they’re set for the current frame." `([,(cdr char-regexp) 0 font-shape-gstring]))))) (with-eval-after-load 'isearch - (diminish 'isearch-mode (propertize " " 'display `(image :type svg :file ,(expand-file-name "search.svg" oni-gui-icons-dir) :ascent center :margin (5 . 0))))) + (diminish 'isearch-mode (propertize " " 'display `(image :type svg :file ,(expand-file-name "search.svg" oni-gui-icons-dir) :ascent center :margin (5 . 0) :height 16)))) (with-eval-after-load 'autorevert - (diminish 'auto-revert-mode (propertize " " 'display `(image :type svg :file ,(expand-file-name "recycle.svg" oni-gui-icons-dir) :ascent center :margin (5 . 0))))) + (diminish 'auto-revert-mode (propertize " " 'display `(image :type svg :file ,(expand-file-name "recycle.svg" oni-gui-icons-dir) :ascent center :margin (5 . 0) :height 16)))) +(with-eval-after-load 'wakatime-mode + (diminish 'wakatime-mode (propertize " " 'display `(image :type svg :file ,(expand-file-name "wakatime.svg" oni-gui-icons-dir) :ascent center :margin (5 . 0) :height 16)))) (defhydra oni-gui-hydra (:color teal :hint nil) " |
