feat: change font and shell
This commit is contained in:
parent
516c261aa6
commit
c0a453cfa3
|
@ -6,9 +6,9 @@
|
||||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||||
*/
|
*/
|
||||||
static char *font =
|
static char *font =
|
||||||
"FiraCode Nerd Font Propo:pixelsize=14:antialias=true:autohint=true";
|
"JetBrainsMono NFP:pixelsize=15:antialias=true:autohint=true";
|
||||||
static char *font2[] = {
|
static char *font2[] = {
|
||||||
"Noto Color Emoji:pixelsize=14:antialias=true:autohint=true",
|
"Noto Color Emoji:pixelsize=15:antialias=true:autohint=true",
|
||||||
};
|
};
|
||||||
static int borderpx = 2;
|
static int borderpx = 2;
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ static int borderpx = 2;
|
||||||
* 4: value of shell in /etc/passwd
|
* 4: value of shell in /etc/passwd
|
||||||
* 5: value of shell in config.h
|
* 5: value of shell in config.h
|
||||||
*/
|
*/
|
||||||
static char *shell = "/bin/zsh";
|
static char *shell = "/bin/bash";
|
||||||
char *utmp = NULL;
|
char *utmp = NULL;
|
||||||
/* scroll program: to enable use a string like "scroll" */
|
/* scroll program: to enable use a string like "scroll" */
|
||||||
char *scroll = NULL;
|
char *scroll = NULL;
|
||||||
|
|
6
config.h
6
config.h
|
@ -6,9 +6,9 @@
|
||||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||||
*/
|
*/
|
||||||
static char *font =
|
static char *font =
|
||||||
"FiraCode Nerd Font Propo:pixelsize=14:antialias=true:autohint=true";
|
"JetBrainsMono NFP:pixelsize=15:antialias=true:autohint=true";
|
||||||
static char *font2[] = {
|
static char *font2[] = {
|
||||||
"Noto Color Emoji:pixelsize=14:antialias=true:autohint=true",
|
"Noto Color Emoji:pixelsize=15:antialias=true:autohint=true",
|
||||||
};
|
};
|
||||||
static int borderpx = 2;
|
static int borderpx = 2;
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ static int borderpx = 2;
|
||||||
* 4: value of shell in /etc/passwd
|
* 4: value of shell in /etc/passwd
|
||||||
* 5: value of shell in config.h
|
* 5: value of shell in config.h
|
||||||
*/
|
*/
|
||||||
static char *shell = "/bin/zsh";
|
static char *shell = "/bin/bash";
|
||||||
char *utmp = NULL;
|
char *utmp = NULL;
|
||||||
/* scroll program: to enable use a string like "scroll" */
|
/* scroll program: to enable use a string like "scroll" */
|
||||||
char *scroll = NULL;
|
char *scroll = NULL;
|
||||||
|
|
Loading…
Reference in New Issue