Update config file

new_dwm
Alex Selimov 8 months ago
parent 837159af13
commit 3cddc04350

@ -11,8 +11,8 @@ static int smartgaps = 1; /* 1 means no outer gap when the
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "Hack Nerd Font Mono:size=9:antialias=true:autohint=true" };
static const char dmenufont[] = "Hack Nerd Font Mono:size=9:antialias=true:autohint=true";
static const char *fonts[] = { "SauceCodePro Nerd Font:size=10:antialias=true:autohint=true" };
static const char dmenufont[] = "SauceCodePro Nerd Font:size=10:antialias=true:autohint=true";
static const char col_gray1[] = "#282828";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#ebdbb2";
@ -30,7 +30,7 @@ static const char *colors[][3] = {
};
/* tagging */
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10"};
static const char *tags[] = { "", "", "󰈙", "󰏘", "", ""};
static const Rule rules[] = {
/* xprop(1):

Loading…
Cancel
Save