From c0a453cfa3412132688e819a5936c394ade28d68 Mon Sep 17 00:00:00 2001 From: doryan Date: Sat, 3 May 2025 18:50:21 +0400 Subject: [PATCH] feat: change font and shell --- config.def.h | 6 +++--- config.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config.def.h b/config.def.h index b80ff4d..69c3208 100644 --- a/config.def.h +++ b/config.def.h @@ -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; diff --git a/config.h b/config.h index b80ff4d..69c3208 100644 --- a/config.h +++ b/config.h @@ -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;