update st

This commit is contained in:
speediegq 2022-08-14 02:35:56 +02:00
parent a35817183a
commit 252811a29d
2 changed files with 3 additions and 1 deletions

View file

@ -22,7 +22,9 @@
* You only need to change them if you won't be using .Xresources.
* See example.Xresources for more information. */
static char *font = "DejaVu Sans Mono:pixelsize=12:antialias=true:autohint=true";
static char *font2[] = { "JoyPixels:pixelsize=12:antialias=true:autohint=true" };
static char *font2[] = { "fontawesome:pixelsize=8:antialias=true:autohint=true",
"DejaVuSansMonoForPowerline Nerd Font:style=Book:antialias=true:pixelsize=8"
};
static char *shell = "/bin/sh";
static char *plumb_cmd[] = {"plumb", "-c", NULL, NULL};
static float cwscale = 1.0;

BIN
st

Binary file not shown.