Zathura config + remove old packages
This commit is contained in:
parent
247185eafe
commit
632185d7f8
10 changed files with 68 additions and 37 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue