fixed aerc
This commit is contained in:
parent
e0b1517200
commit
34083f9bc9
2 changed files with 14 additions and 49 deletions
|
@ -59,6 +59,7 @@
|
||||||
(pass.withExtensions (ext: with ext; [
|
(pass.withExtensions (ext: with ext; [
|
||||||
pass-import
|
pass-import
|
||||||
pass-genphrase
|
pass-genphrase
|
||||||
|
pass-update
|
||||||
]))
|
]))
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,8 +4,12 @@
|
||||||
programs.aerc = {
|
programs.aerc = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
general = {
|
||||||
|
"pgp-provider" = "gpg";
|
||||||
|
"log-file" = "~/.config/aerc/messages.log";
|
||||||
|
};
|
||||||
filters = {
|
filters = {
|
||||||
"text/plain"="colorize";
|
"text/plain"="bat";
|
||||||
"text/calendar"="calendar";
|
"text/calendar"="calendar";
|
||||||
"message/delivery-status"="colorize";
|
"message/delivery-status"="colorize";
|
||||||
"message/rfc822"="colorize";
|
"message/rfc822"="colorize";
|
||||||
|
@ -17,57 +21,16 @@
|
||||||
"border-char-vertical"="│";
|
"border-char-vertical"="│";
|
||||||
"border-char-horizontal"="─";
|
"border-char-horizontal"="─";
|
||||||
"styleset-name"="catppuccin-latte";
|
"styleset-name"="catppuccin-latte";
|
||||||
|
"icon-unencrypted" = "🔓";
|
||||||
|
"icon-encrypted" = "🔒";
|
||||||
|
"icon-signed" = "✔";
|
||||||
|
"icon-signed-encrypted" = "✅";
|
||||||
|
};
|
||||||
|
templates = {
|
||||||
|
"new-message" = "signature.txt";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
stylesets = {
|
stylesets = {
|
||||||
# catppuccin-macchiato = {
|
|
||||||
# "*.default"="true";
|
|
||||||
# "*.normal"="true";
|
|
||||||
#
|
|
||||||
# "default.fg"="#cad3f5";
|
|
||||||
#
|
|
||||||
# "error.fg"="#ed8796";
|
|
||||||
# "warning.fg"="#f5a97f";
|
|
||||||
# "success.fg"="#a6da95";
|
|
||||||
#
|
|
||||||
# "tab.fg"="#6e738d";
|
|
||||||
# "tab.bg"="#1e2030";
|
|
||||||
# "tab.selected.fg"="#cad3f5";
|
|
||||||
# "tab.selected.bg"="#24273a";
|
|
||||||
# "tab.selected.bold"="true";
|
|
||||||
#
|
|
||||||
# "border.fg"="#181926";
|
|
||||||
# "border.bold"="true";
|
|
||||||
#
|
|
||||||
# "msglist_unread.bold"="true";
|
|
||||||
# "msglist_flagged.fg"="#eed49f";
|
|
||||||
# "msglist_flagged.bold"="true";
|
|
||||||
# "msglist_result.fg"="#8aadf4";
|
|
||||||
# "msglist_result.bold"="true";
|
|
||||||
# "msglist_*.selected.bold"="true";
|
|
||||||
# "msglist_*.selected.bg"="#363a4f";
|
|
||||||
#
|
|
||||||
# "dirlist_*.selected.bold"="true";
|
|
||||||
# "dirlist_*.selected.bg"="#363a4f";
|
|
||||||
#
|
|
||||||
# "statusline_default.fg"="#939ab7";
|
|
||||||
# "statusline_default.bg"="#363a4f";
|
|
||||||
# "statusline_error.bold"="true";
|
|
||||||
# "statusline_success.bold"="true";
|
|
||||||
# "[viewer]" \n;
|
|
||||||
# "url.fg"="#8aadf4";
|
|
||||||
# "url.underline"="true";
|
|
||||||
# "header.bold"="true";
|
|
||||||
# "signature.dim"="true";
|
|
||||||
# "diff_meta.bold"="true";
|
|
||||||
# "diff_chunk.fg"="#8aadf4";
|
|
||||||
# "diff_chunk_func.fg"="#8aadf4";
|
|
||||||
# "diff_chunk_func.bold"="true";
|
|
||||||
# "diff_add.fg"="#a6da95";
|
|
||||||
# "diff_del.fg"="#ed8796";
|
|
||||||
# "quote_*.fg"="#6e738d";
|
|
||||||
# "quote_1.fg"="#939ab7";
|
|
||||||
# };
|
|
||||||
catppuccin-latte = ''
|
catppuccin-latte = ''
|
||||||
*.default=true
|
*.default=true
|
||||||
*.normal=true
|
*.normal=true
|
||||||
|
@ -105,6 +68,7 @@
|
||||||
|
|
||||||
completion_default.selected.bg=#ccd0da
|
completion_default.selected.bg=#ccd0da
|
||||||
|
|
||||||
|
|
||||||
[viewer]
|
[viewer]
|
||||||
url.fg=#1e66f5
|
url.fg=#1e66f5
|
||||||
url.underline=true
|
url.underline=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue