Tweaks to some window settings and fonts
This commit is contained in:
parent
3c42e726a8
commit
4bb24d8ea4
@ -15,8 +15,10 @@ static const int vertpad = 8; /* vertical padding of bar */
|
||||
static const int sidepad = 8; /* horizontal padding of bar */
|
||||
static const int horizpadbar = 2; /* horizontal padding for statusbar */
|
||||
static const int vertpadbar = 6; /* vertical padding for statusbar */
|
||||
static const char *fonts[] = { "MesloLGS NF:size=11" };
|
||||
static const char dmenufont[] = "MesloLGS NF:size=11";
|
||||
static const char *fonts[] = { "Hack Nerd Font Mono:size=11" };
|
||||
//static const char *fonts[] = { "MesloLGS NF:size=11" };
|
||||
static const char dmenufont[] = "Hack Nerd Font Mono:size=11";
|
||||
//static const char dmenufont[] = "MesloLGS NF:size=11";
|
||||
static const char dmenupromt[] = "Run:";
|
||||
|
||||
/* colors */
|
||||
|
@ -6,8 +6,8 @@
|
||||
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
|
||||
*/
|
||||
static char *font = "Hack Nerd Font Mono:pixelsize=16:antialias=true:autohint=true";
|
||||
/*static char *font = "MesloLGS NF:pixelsize=15:antialias=true:autohint=true";*/
|
||||
static int borderpx = 2;
|
||||
//static char *font = "LigaMesloLGSNF:pixelsize=15:antialias=true:autohint=true";
|
||||
static int borderpx = 30;
|
||||
|
||||
/*
|
||||
* What program is execed by st depends of these precedence rules:
|
||||
@ -92,7 +92,7 @@ char *termname = "st-256color";
|
||||
*
|
||||
* stty tabs
|
||||
*/
|
||||
unsigned int tabspaces = 8;
|
||||
unsigned int tabspaces = 4;
|
||||
|
||||
/* bg opacity */
|
||||
float alpha = 0.80;
|
||||
|
Loading…
Reference in New Issue
Block a user