diff options
author | Case Duckworth | 2022-02-16 23:17:56 -0600 |
---|---|---|
committer | Case Duckworth | 2022-02-16 23:17:56 -0600 |
commit | fae8e9168fd716c2b05afe6e8b6ee45b407afc9f (patch) | |
tree | fcf133e362136d0c3f49eb274431b7f6d545f92e /init.el | |
parent | Change org capture template (diff) | |
download | emacs-fae8e9168fd716c2b05afe6e8b6ee45b407afc9f.tar.gz emacs-fae8e9168fd716c2b05afe6e8b6ee45b407afc9f.zip |
Change modeline
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/init.el b/init.el index 6c41689..2312109 100644 --- a/init.el +++ b/init.el | |||
@@ -744,8 +744,8 @@ | |||
744 | tab-bar-tab-name-ellipsis truncate-string-ellipsis | 744 | tab-bar-tab-name-ellipsis truncate-string-ellipsis |
745 | tab-bar-show t | 745 | tab-bar-show t |
746 | tab-bar-close-button-show t | 746 | tab-bar-close-button-show t |
747 | +tab-bar-menu-bar-icon " Ɛ " | 747 | +tab-bar-menu-bar-icon " ☰ " |
748 | tab-bar-close-button (propertize " - " | 748 | tab-bar-close-button (propertize " ¬ " |
749 | 'display t | 749 | 'display t |
750 | 'close-tab t) | 750 | 'close-tab t) |
751 | tab-bar-new-button (propertize "+ " 'display t)) | 751 | tab-bar-new-button (propertize "+ " 'display t)) |
@@ -1816,13 +1816,18 @@ See also `crux-reopen-as-root-mode'." | |||
1816 | :host github :repo "gexplorer/simple-modeline" | 1816 | :host github :repo "gexplorer/simple-modeline" |
1817 | :fork (:host github :repo "duckwork/simple-modeline"))) | 1817 | :fork (:host github :repo "duckwork/simple-modeline"))) |
1818 | (:require +modeline) | 1818 | (:require +modeline) |
1819 | (:option +modeline-minions-icon ";" | 1819 | (:option +modeline-modified-icon-alist '((ephemeral . "🥞") |
1820 | (special . "🥐") | ||
1821 | (readonly . "🦞") | ||
1822 | (modified . "🥪") | ||
1823 | (t . "🍞")) | ||
1824 | +modeline-minions-icon ";" | ||
1820 | simple-modeline-segments | 1825 | simple-modeline-segments |
1821 | `(( ; left | 1826 | `(( ; left |
1822 | +modeline-ace-window-display | 1827 | +modeline-ace-window-display |
1823 | +modeline-modified | 1828 | +modeline-modified |
1824 | +modeline-buffer-name | 1829 | +modeline-buffer-name |
1825 | (lambda () (+modeline-vc ": ")) | 1830 | (lambda () (+modeline-vc " : ")) |
1826 | ,(+modeline-concat | 1831 | ,(+modeline-concat |
1827 | '(+modeline-minions | 1832 | '(+modeline-minions |
1828 | +modeline-major-mode)) | 1833 | +modeline-major-mode)) |
@@ -1842,7 +1847,11 @@ See also `crux-reopen-as-root-mode'." | |||
1842 | +modeline-reading-mode | 1847 | +modeline-reading-mode |
1843 | +modeline-narrowed) | 1848 | +modeline-narrowed) |
1844 | ",") | 1849 | ",") |
1845 | +modeline-position))) | 1850 | ,(+modeline-concat |
1851 | '(+modeline-region | ||
1852 | +modeline-line-column | ||
1853 | +modeline-file-percentage)) | ||
1854 | ))) | ||
1846 | (simple-modeline-mode +1)) | 1855 | (simple-modeline-mode +1)) |
1847 | 1856 | ||
1848 | (setup (:straight slack) | 1857 | (setup (:straight slack) |