diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-01 21:24:40 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-10-01 21:24:40 -0400 |
| commit | fa7e4f7c0b1e5db1c14844535c91661504fd96bb (patch) | |
| tree | bdd23e5fb5461a05558a8514ced9bad296f7fec4 | |
| parent | 0585e2a196a870200b65095781020da21affe877 (diff) | |
| download | dwm-fa7e4f7c0b1e5db1c14844535c91661504fd96bb.tar.gz dwm-fa7e4f7c0b1e5db1c14844535c91661504fd96bb.tar.xz | |
Switch over to nord for DWM
| -rw-r--r-- | config.h | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -16,11 +16,12 @@ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { FONT_SCIENTIFICA }; static const char dmenufont[] = FONT_SCIENTIFICA; -static const char col_gray1[] = "#222222"; -static const char col_gray2[] = "#444444"; -static const char col_gray3[] = "#bbbbbb"; -static const char col_gray4[] = "#eeeeee"; -static const char col_cyan[] = "#005577"; +static const char col_gray1[] = "#3b4252"; +static const char col_gray2[] = "#4c566a"; +static const char col_gray3[] = "#eeeff4"; +static const char col_gray4[] = "#eceff4"; +static const char col_cyan[] = "#5e81ac"; + static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, @@ -85,7 +86,8 @@ static const Layout layouts[] = { /* commands */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", DMENU_FLAGS, NULL }; -static const char *termcmd[] = { "st", NULL }; +// static const char *termcmd[] = { "st", NULL }; +static const char *termcmd[] = { "konsole", NULL }; static const char *termcmdLarge[] = { "st", "-f", PROFONT_LARGE, NULL }; static const char *termcmdYuge[] = { "st", "-f", TERMINUS_YUGE, NULL }; static const char *passcmd[] = { "passmenu", DMENU_FLAGS, NULL }; |
