move to st and implement catppuccin mocha meow meow

This commit is contained in:
lucy 2026-03-01 23:23:47 +01:00
parent 08f67f6477
commit 4296ba4ffb
3 changed files with 8 additions and 8 deletions

View File

@ -16,13 +16,13 @@ static const unsigned int gappov = 10; /* vert outer gap between windows
static int smartgaps = 0; /* 1 means no outer gap when there is only one window */ static int smartgaps = 0; /* 1 means no outer gap when there is only one window */
static const int showbar = 1; /* 0 means no bar */ static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */ static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = {"IosevkaTermSlab Nerd Font Mono:size=10"}; static const char *fonts[] = {"Lilex Nerd Font Mono:size=10"};
static const char dmenufont[] = "IosevkaTermSlab Nerd Font Mono:size=10"; static const char dmenufont[] = "Lilex Nerd Font Mono:size=10";
static const char col_gray1[] = "#111122"; static const char col_gray1[] = "#1e1e2e";
static const char col_gray2[] = "#444444"; static const char col_gray2[] = "#f9e2af";
static const char col_gray3[] = "#bbbbbb"; static const char col_gray3[] = "#cdd6f4";
static const char col_gray4[] = "#eeeeee"; static const char col_gray4[] = "#eeeeee";
static const char col_cyan[] = "#ff99ff"; static const char col_cyan[] = "#a6e3a1";
static const char *colors[][3] = { static const char *colors[][3] = {
/* fg bg border */ /* fg bg border */
[SchemeNorm] = {col_gray3, col_gray1, col_gray1}, [SchemeNorm] = {col_gray3, col_gray1, col_gray1},
@ -72,8 +72,8 @@ static const Layout layouts[] = {
/* commands */ /* commands */
static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
static const char *dmenucmd[] = {"dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray2, NULL}; static const char *dmenucmd[] = {"dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray1, NULL};
static const char *termcmd[] = {"st", NULL}; static const char *termcmd[] = {"kitty", NULL};
static const Key keys[] = { static const Key keys[] = {
/* modifier key function argument */ /* modifier key function argument */

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.