From 2fbc8df4099d548a3a14f1e2787ffb89339f0faa Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 29 Apr 2022 11:00:00 +0430 Subject: color emojis --- config.def.h | 2 +- config.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.def.h b/config.def.h index 79fa5d2..f977157 100644 --- a/config.def.h +++ b/config.def.h @@ -10,7 +10,7 @@ static char font[] = /* Spare fonts */ static char *font2[] = { "DejaVuSansMono Nerd Font Mono:pixelsize=14;antialias=true;autohint=true", - "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", + "Noto Color Emoji:pixelsize=11.3:antialias=true:autohint=true", }; static int borderpx = 2; diff --git a/config.h b/config.h index f5262bb..f977157 100644 --- a/config.h +++ b/config.h @@ -6,11 +6,11 @@ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ static char font[] = - "DejaVuSansMono Nerd Font Mono-pixelsize=14;antialias=true;autohint=true"; + "DejaVuSansMono Nerd Font Mono:pixelsize=14;antialias=true;autohint=true"; /* Spare fonts */ static char *font2[] = { - "DejaVuSansMono Nerd Font Mono-pixelsize=14;antialias=true;autohint=true", - "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", + "DejaVuSansMono Nerd Font Mono:pixelsize=14;antialias=true;autohint=true", + "Noto Color Emoji:pixelsize=11.3:antialias=true:autohint=true", }; static int borderpx = 2; -- cgit v1.2.3