Compare commits

...

2 commits

Author SHA1 Message Date
lemonsh efdaf1c6cf update readme 2022-02-18 22:08:12 +01:00
lemonsh f408a55218 finishing the rice off 2022-02-18 22:05:24 +01:00
3 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# lemondwm
My personal DWM config (WIP)
My old personal DWM config. I don't use this anymore, because I use [lemonDots](https://git.karx.xyz/lemonsh/lemonDots) now.
Tested on Arch(btw) only.

View file

@ -17,7 +17,7 @@ static const int showbar = 1; /* 0 means no bar */
enum showtab_modes { showtab_never, showtab_auto, showtab_nmodes, showtab_always };
static const int showtab = showtab_auto;
static const int toptab = 1;
static const int topbar = 0; /* 0 means bottom bar */
static const int topbar = 1; /* 0 means bottom bar */
static const int horizpadbar = 15;
static const int vertpadbar = 4;
static const int vertpadtab = 10;
@ -27,8 +27,8 @@ static const int scalepreview = 4;
static int tag_preview = 1; /* 1 means enable, 0 is off */
static const int colorfultag = 1; /* 0 means use SchemeSel for selected non-vacant tag */
static const char *fonts[] = {"Cozette:style:medium:size=9"};
static const char dmenufont[] = "Cozette:style:medium:size=9";
static const char *fonts[] = {"CozetteVector:size=9"};
static const char dmenufont[] = "Cozette:style:regular:size=9";
// theme
#include "themes/reallydark.h"

View file

@ -1,4 +1,4 @@
static const char black[] = "#0f0f0f";
static const char black[] = "#262c3a";
static const char gray2[] = "#2e323a"; // unfocused window border
static const char gray3[] = "#545862";
static const char gray4[] = "#6d8dad";
@ -8,4 +8,4 @@ static const char red[] = "#e06c75";
static const char orange[] = "#caaa6a";
static const char yellow[] = "#EBCB8B";
static const char pink[] = "#c678dd";
static const char col_borderbar[] = "#0f0f0f"; // inner border
static const char col_borderbar[] = "#262c3a"; // inner border