apply basic settings

config
Ryan 2023-09-26 22:31:31 -04:00
parent 22c25c5b79
commit 6d8e05d0b9
Signed by: ryan
GPG Key ID: 7D7E2E94267DAD95
1 changed files with 6 additions and 6 deletions

View File

@ -8,8 +8,8 @@
static const int show_bar = 1; static const int show_bar = 1;
static const int bar_top = 1; /* Boolean value, non-zero is true. If not top then bottom */ static const int bar_top = 1; /* Boolean value, non-zero is true. If not top then bottom */
static const int status_on_active = 1; /* Display the status on active monitor only. If not then on all. */ static const int status_on_active = 1; /* Display the status on active monitor only. If not then on all. */
static const char *font = "Monospace 10"; static const char *font = "Iosevka Term 14";
static const char *terminal[] = { "alacritty", NULL }; static const char *terminal[] = { "foot", NULL };
static const char *icon_theme = "Hicolor"; static const char *icon_theme = "Hicolor";
/* /*
@ -23,10 +23,10 @@ static const char *icon_theme = "Hicolor";
* grey1 - used in an inactive background * grey1 - used in an inactive background
* grey2 - used in inactive text * grey2 - used in inactive text
*/ */
static const int cyan[4] = { 0, 85, 119, 255 }; static const int cyan[4] = { 94, 129, 172, 255 };
static const int grey1[4] = { 34, 34, 34, 255 }; static const int grey1[4] = { 46, 52, 64, 255 };
static const int grey2[4] = { 187, 187, 187, 255 }; static const int grey2[4] = { 76, 86, 106, 255 };
static const int grey3[4] = { 238, 238, 238, 255 }; static const int grey3[4] = { 216, 222, 233, 255 };
static const int *schemes[4][2] = { static const int *schemes[4][2] = {
/* Scheme Type fg, bg */ /* Scheme Type fg, bg */