fixed deprecated package names and added notification for new emails
This commit is contained in:
parent
08fe249c76
commit
f7c43d4259
|
@ -525,7 +525,7 @@ application/x-sh=bat -fn -l sh
|
||||||
|
|
||||||
#
|
#
|
||||||
# Executed when a new email arrives in the selected folder
|
# Executed when a new email arrives in the selected folder
|
||||||
#mail-received=notify-send "New mail from $AERC_FROM_NAME" "$AERC_SUBJECT"
|
mail-received=notify-send "$AERC_FROM_NAME" "$AERC_SUBJECT"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Executed when aerc starts
|
# Executed when aerc starts
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
(packages (append (specifications->packages (list "bat"
|
(packages (append (specifications->packages (list "bat"
|
||||||
"xdg-utils"
|
"xdg-utils"
|
||||||
"abook"
|
"abook"
|
||||||
|
"libnotify"
|
||||||
"fzf"
|
"fzf"
|
||||||
"qrencode"
|
"qrencode"
|
||||||
"binutils"
|
"binutils"
|
||||||
|
@ -52,7 +53,7 @@
|
||||||
"htop"
|
"htop"
|
||||||
"curl"
|
"curl"
|
||||||
"pandoc"
|
"pandoc"
|
||||||
"texlive-base"
|
"texlive-scheme-basic"
|
||||||
"texlive-txfonts"
|
"texlive-txfonts"
|
||||||
"texlive-amsfonts"
|
"texlive-amsfonts"
|
||||||
"texlive-lm"
|
"texlive-lm"
|
||||||
|
@ -61,9 +62,9 @@
|
||||||
"texlive-unicode-math"
|
"texlive-unicode-math"
|
||||||
"texlive-fontspec"
|
"texlive-fontspec"
|
||||||
"texlive-xcolor"
|
"texlive-xcolor"
|
||||||
"texlive-latex-geometry"
|
"texlive-geometry"
|
||||||
"texlive-hyperref"
|
"texlive-hyperref"
|
||||||
"texlive-latex-parskip"
|
"texlive-parskip"
|
||||||
"texlive-etoolbox"
|
"texlive-etoolbox"
|
||||||
"zathura"
|
"zathura"
|
||||||
"zathura-pdf-mupdf"
|
"zathura-pdf-mupdf"
|
||||||
|
|
Loading…
Reference in a new issue