Configs update

This commit is contained in:
Filippo Berto 2022-06-28 19:29:17 +02:00
parent 0d6d765332
commit f6a5f13407
5 changed files with 31 additions and 28 deletions

View file

@ -73,6 +73,8 @@ let
font = [
"${pkgs.rice.font.monospace.name}:size=${toString pkgs.rice.font.monospace.size};2"
# "Font Awesome 6 Free:size=14;0"
# "Noto Color Emoji:size=2;2"
"Noto Sans Symbols2:size=${toString pkgs.rice.font.monospace.size};2"
# "Material Design Icons:size=${toString pkgs.rice.font.monospace.size};2"
# "EmojiOne Color:size=${toString pkgs.rice.font.monospace.size};0"
];
@ -86,6 +88,7 @@ in
pkgs.rice.font.monospace.package
# emojione
# noto-fonts-emoji
noto-fonts
# material-design-icons
# font-awesome
];
@ -297,7 +300,7 @@ in
"module/player" = {
type = "custom/script";
format = colors.normal;
format = colors.normal // { padding = 0; };
exec = playerStatus;
click.left = "${playerCtl} play-pause";
scroll = {