diff options
| author | Filip Wandzio <contact@philw.dev> | 2025-08-20 20:22:06 +0200 |
|---|---|---|
| committer | Filip Wandzio <contact@philw.dev> | 2025-08-20 20:22:06 +0200 |
| commit | bd019ee25b380d32ccf900f5afa0dab9f9d541b8 (patch) | |
| tree | 170e834765510bba857ac5572e0cb783342f4965 /src | |
| parent | 3067e463f953463d4c604d0c5259475595d89a00 (diff) | |
| download | dwm-bd019ee25b380d32ccf900f5afa0dab9f9d541b8.tar.gz dwm-bd019ee25b380d32ccf900f5afa0dab9f9d541b8.zip | |
Adapt colorscheme to current xresources theme, go back to default dmenu_run command
Signed-off-by: Filip Wandzio <contact@philw.dev>
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/config.def.h | 12 | ||||
| -rw-r--r-- | src/config/config.h | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/src/config/config.def.h b/src/config/config.def.h index e6d32c5..55fb083 100644 --- a/src/config/config.def.h +++ b/src/config/config.def.h | |||
| @@ -23,16 +23,16 @@ static const char col_gray2[] = "#444444"; | |||
| 23 | static const char col_gray3[] = "#bbbbbb"; | 23 | static const char col_gray3[] = "#bbbbbb"; |
| 24 | static const char col_gray4[] = "#eeeeee"; | 24 | static const char col_gray4[] = "#eeeeee"; |
| 25 | static const char col_cyan[] = "#005577"; | 25 | static const char col_cyan[] = "#005577"; |
| 26 | static const char norm_fg[] = "#383a42"; | 26 | static const char norm_fg[] = "#fcfdfe"; |
| 27 | static const char norm_bg[] = "#e1e3ea"; | 27 | static const char norm_bg[] = "#000c18"; |
| 28 | static const char norm_border[] = "#3f3f40"; | 28 | static const char norm_border[] = "#3f3f40"; |
| 29 | 29 | ||
| 30 | static const char sel_fg[] = "#383a42"; | 30 | static const char sel_fg[] = "#fcfdfe"; |
| 31 | static const char sel_bg[] = "#e1e3ea"; | 31 | static const char sel_bg[] = "#000c18"; |
| 32 | static const char sel_border[] = "#225588"; | 32 | static const char sel_border[] = "#225588"; |
| 33 | 33 | ||
| 34 | static const char urg_fg[] = "#225588"; | 34 | static const char urg_fg[] = "#225588"; |
| 35 | static const char urg_bg[] = "#e1e3ea"; | 35 | static const char urg_bg[] = "#000c18"; |
| 36 | static const char urg_border[] = "#000c18"; | 36 | static const char urg_border[] = "#000c18"; |
| 37 | 37 | ||
| 38 | static const char *colors[][3] = { | 38 | static const char *colors[][3] = { |
| @@ -73,7 +73,7 @@ static const Layout layouts[] = { | |||
| 73 | /* commands */ | 73 | /* commands */ |
| 74 | static char dmenumon[2] = "0"; | 74 | static char dmenumon[2] = "0"; |
| 75 | 75 | ||
| 76 | static const char *dmenucmd[] = {"dmenucmd.sh", NULL}; | 76 | static const char *dmenucmd[] = {"dmenu_run", NULL}; |
| 77 | static const char *termcmd[] = {"st", NULL}; | 77 | static const char *termcmd[] = {"st", NULL}; |
| 78 | static const char *screenshotcmd[] = {"screenshotsel.sh", NULL}; | 78 | static const char *screenshotcmd[] = {"screenshotsel.sh", NULL}; |
| 79 | 79 | ||
diff --git a/src/config/config.h b/src/config/config.h index e6d32c5..55fb083 100644 --- a/src/config/config.h +++ b/src/config/config.h | |||
| @@ -23,16 +23,16 @@ static const char col_gray2[] = "#444444"; | |||
| 23 | static const char col_gray3[] = "#bbbbbb"; | 23 | static const char col_gray3[] = "#bbbbbb"; |
| 24 | static const char col_gray4[] = "#eeeeee"; | 24 | static const char col_gray4[] = "#eeeeee"; |
| 25 | static const char col_cyan[] = "#005577"; | 25 | static const char col_cyan[] = "#005577"; |
| 26 | static const char norm_fg[] = "#383a42"; | 26 | static const char norm_fg[] = "#fcfdfe"; |
| 27 | static const char norm_bg[] = "#e1e3ea"; | 27 | static const char norm_bg[] = "#000c18"; |
| 28 | static const char norm_border[] = "#3f3f40"; | 28 | static const char norm_border[] = "#3f3f40"; |
| 29 | 29 | ||
| 30 | static const char sel_fg[] = "#383a42"; | 30 | static const char sel_fg[] = "#fcfdfe"; |
| 31 | static const char sel_bg[] = "#e1e3ea"; | 31 | static const char sel_bg[] = "#000c18"; |
| 32 | static const char sel_border[] = "#225588"; | 32 | static const char sel_border[] = "#225588"; |
| 33 | 33 | ||
| 34 | static const char urg_fg[] = "#225588"; | 34 | static const char urg_fg[] = "#225588"; |
| 35 | static const char urg_bg[] = "#e1e3ea"; | 35 | static const char urg_bg[] = "#000c18"; |
| 36 | static const char urg_border[] = "#000c18"; | 36 | static const char urg_border[] = "#000c18"; |
| 37 | 37 | ||
| 38 | static const char *colors[][3] = { | 38 | static const char *colors[][3] = { |
| @@ -73,7 +73,7 @@ static const Layout layouts[] = { | |||
| 73 | /* commands */ | 73 | /* commands */ |
| 74 | static char dmenumon[2] = "0"; | 74 | static char dmenumon[2] = "0"; |
| 75 | 75 | ||
| 76 | static const char *dmenucmd[] = {"dmenucmd.sh", NULL}; | 76 | static const char *dmenucmd[] = {"dmenu_run", NULL}; |
| 77 | static const char *termcmd[] = {"st", NULL}; | 77 | static const char *termcmd[] = {"st", NULL}; |
| 78 | static const char *screenshotcmd[] = {"screenshotsel.sh", NULL}; | 78 | static const char *screenshotcmd[] = {"screenshotsel.sh", NULL}; |
| 79 | 79 | ||
