Noto instead of JoyPixels.
This commit is contained in:
parent
5af00aa70d
commit
0ba9df8d5e
4 changed files with 6 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
<alias>
|
||||
<family>sans-serif</family>
|
||||
<prefer>
|
||||
<family>JoyPixels</family>
|
||||
<family>Noto Color Emoji</family>
|
||||
<family>DejaVu Sans</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<alias>
|
||||
<family>serif</family>
|
||||
<prefer>
|
||||
<family>JoyPixels</family>
|
||||
<family>Noto Color Emoji</family>
|
||||
<family>DejaVu Serif</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
|
||||
chosen=$(cut -d ';' -f1 ~/.local/share/emoji | dmenu -l 30 -p emoji | sed "s/ .*//")
|
||||
chosen=$(cut -d ';' -f1 ~/.local/share/emoji | dmenu -l 30 -i -p emoji | sed "s/ .*//")
|
||||
[ -z "$chosen" ] && exit
|
||||
|
||||
if [ -n "$1" ]; then
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
|
||||
/* -fn option overrides fonts[0]; default X11 font or font set */
|
||||
static const char *fonts[] = {
|
||||
"JetBrainsMOno Nerd Font Mono:style=Medium:pixelsize=14",
|
||||
"JoyPixels:pixelsize=12"
|
||||
"JetBrainsMOno Nerd Font Mono:style=Medium:pixelsize=24",
|
||||
"Noto Color Emoji:style=Regular:pixelsize=16",
|
||||
};
|
||||
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
|
||||
static const char *colors[SchemeLast][2] = {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
*/
|
||||
static char *font = "JetBrainsMono Nerd Font Mono:style=Medium:pixelsize=14";
|
||||
static char *font2[] = { "JoyPixels:pixelsize=12" };
|
||||
static char *font2[] = { "Noto Color Emoji:pixelsize=12" };
|
||||
static int borderpx = 5;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue