diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-11 12:38:52 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-11 12:38:52 +0200 |
commit | f9fe062ce7ee2f83d14d6990583d3e3a80a96414 (patch) | |
tree | a0ecc01b76bd2189553c3c46dd5b953bb0dd9fb5 | |
parent | update (diff) | |
download | dotfiles-bsd-f9fe062ce7ee2f83d14d6990583d3e3a80a96414.tar.gz dotfiles-bsd-f9fe062ce7ee2f83d14d6990583d3e3a80a96414.tar.bz2 dotfiles-bsd-f9fe062ce7ee2f83d14d6990583d3e3a80a96414.tar.xz dotfiles-bsd-f9fe062ce7ee2f83d14d6990583d3e3a80a96414.tar.zst dotfiles-bsd-f9fe062ce7ee2f83d14d6990583d3e3a80a96414.zip |
update
Diffstat (limited to '')
-rw-r--r-- | .config/dunst/dunstrc | 6 | ||||
-rw-r--r-- | .config/mutt/defaults.muttrc | 14 |
2 files changed, 11 insertions, 9 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 30105fd..f7bcd41 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -113,9 +113,9 @@ # NOTE: It might be helpful to run dunst -print in a terminal in order # to find fitting options for rules. -#[espeak] # >shutup -# summary = "*" # >shutup -# script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup +[espeak] # >shutup + summary = "*" # >shutup + script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup #[script-test] # summary = "*script*" diff --git a/.config/mutt/defaults.muttrc b/.config/mutt/defaults.muttrc index 59d6e9a..7639d69 100644 --- a/.config/mutt/defaults.muttrc +++ b/.config/mutt/defaults.muttrc @@ -81,10 +81,10 @@ macro compose Y "<first-entry>\ # Sidebar mappings set sidebar_visible = yes -set sidebar_width = 20 +set sidebar_width = 25 set sidebar_short_path = yes set sidebar_next_new_wrap = yes -set sidebar_delim_chars = '/.' +set sidebar_delim_chars = '/' set mail_check_stats set sidebar_format = '%D%?F? [%F]?%* %?N?%N/? %?S?%S?' set sidebar_indent_string = ' ' @@ -172,11 +172,12 @@ mono underline underline mono indicator reverse mono error bold color normal default default -color indicator brightwhite black -color sidebar_highlight red default +color indicator default black +color sidebar_ordinary white default +color sidebar_highlight brightyellow black color sidebar_divider brightblack black -color sidebar_flagged red black -color sidebar_new green black +color sidebar_flagged red default +color sidebar_new green default color normal brightyellow default color error red default color tilde black default @@ -196,6 +197,7 @@ color signature brightgreen default color bold black default color underline black default color normal default default +color progress brightblack red # Regex highlighting: color header blue default ".*" |