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