st/archtop.patch
2021-10-29 12:03:48 -05:00

21 lines
664 B
Diff

--- old/config.h 2021-04-25 07:57:28.734496762 -0500
+++ new/config.h 2021-04-25 07:58:28.884496215 -0500
@@ -5,7 +5,7 @@
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
-static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true";
+static char *font = "MesloLGS NF:pixelsize=14:antialias=true:autohint=true";
static int borderpx = 2;
/*
@@ -16,7 +16,7 @@
* 4: value of shell in /etc/passwd
* 5: value of shell in config.h
*/
-static char *shell = "/bin/sh";
+static char *shell = "/bin/zsh";
char *utmp = NULL;
/* scroll program: to enable use a string like "scroll" */
char *scroll = NULL;