Zathura config + remove old packages

This commit is contained in:
Filippo Berto 2021-07-02 12:29:14 +02:00
parent 247185eafe
commit 632185d7f8
10 changed files with 68 additions and 37 deletions

View file

@ -61,7 +61,7 @@ let
bottom.size = 0;
};
font = [
"FuraCode Nerd Font Mono:size=9;2"
"${pkgs.rice.font.monospace.name}:size=9;2"
"Material Design Icons:size=9;2"
"NotoEmoji Nerd Font Mono:size=9;0"
];
@ -321,7 +321,7 @@ in
format = colors.normal // {
padding = 1;
};
exec = "${playerStatus}";
exec = playerStatus;
click.left = "${playerCtl} play-pause";
scroll = {
up = "${playerCtl} previous";