diff options
author | Patrick Simianer <p@simianer.de> | 2017-12-11 23:11:21 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2017-12-11 23:11:21 +0100 |
commit | c26e7062ecf8995dd941269ccce88f53fef2d4b8 (patch) | |
tree | 5ff2a3690c60842415654f90a0db6e47c3173e7f | |
parent | 273c8b22f20e33f215b18836f40e520beb671e57 (diff) |
mutt: ui
-rw-r--r-- | by_os/Darwin/mutt/.mutt/ui.rc (renamed from by_os/Darwin/mutt/.mutt/colors.rc) | 5 | ||||
-rw-r--r-- | mutt/.mutt/muttrc | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/by_os/Darwin/mutt/.mutt/colors.rc b/by_os/Darwin/mutt/.mutt/ui.rc index df2ca26..08adc8b 100644 --- a/by_os/Darwin/mutt/.mutt/colors.rc +++ b/by_os/Darwin/mutt/.mutt/ui.rc @@ -1,3 +1,8 @@ +# status bar +set status_format = "▅▅ %f ▅ %r%m messages %>▅ " +set sidebar_divider_char = ' ' + +# colors color normal color0 color231 color error brightcolor15 color196 color indicator color201 color255 diff --git a/mutt/.mutt/muttrc b/mutt/.mutt/muttrc index 89d1889..6702f2a 100644 --- a/mutt/.mutt/muttrc +++ b/mutt/.mutt/muttrc @@ -54,13 +54,11 @@ macro index , "<enter-command>unset wait_key<enter><shell-escape>mutt-notmuch-py # status bar set status_chars = " *%A" -set status_format = "▅▅ %f ▅ %r%m messages %>▅ " # sidebar bind index,pager <down> sidebar-next bind index,pager <up> sidebar-prev bind index,pager <right> sidebar-open -set sidebar_divider_char = ' ' set sidebar_visible = yes set sidebar_width = 20 set sidebar_format = '%B%> %!%?N? %N? ' @@ -80,8 +78,8 @@ set menu_scroll set tilde unset markers -# colors -source ~/.mutt/colors.rc +# ui +source ~/.mutt/ui.rc # default personal source ~/.mutt/personal.rc |