feat: change font and shell

This commit is contained in:
doryan 2025-05-03 18:50:21 +04:00
parent 516c261aa6
commit c0a453cfa3
2 changed files with 6 additions and 6 deletions

View File

@ -6,9 +6,9 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font =
"FiraCode Nerd Font Propo:pixelsize=14:antialias=true:autohint=true";
"JetBrainsMono NFP:pixelsize=15:antialias=true:autohint=true";
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;
@ -20,7 +20,7 @@ static int borderpx = 2;
* 4: value of shell in /etc/passwd
* 5: value of shell in config.h
*/
static char *shell = "/bin/zsh";
static char *shell = "/bin/bash";
char *utmp = NULL;
/* scroll program: to enable use a string like "scroll" */
char *scroll = NULL;

View File

@ -6,9 +6,9 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font =
"FiraCode Nerd Font Propo:pixelsize=14:antialias=true:autohint=true";
"JetBrainsMono NFP:pixelsize=15:antialias=true:autohint=true";
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;
@ -20,7 +20,7 @@ static int borderpx = 2;
* 4: value of shell in /etc/passwd
* 5: value of shell in config.h
*/
static char *shell = "/bin/zsh";
static char *shell = "/bin/bash";
char *utmp = NULL;
/* scroll program: to enable use a string like "scroll" */
char *scroll = NULL;