diff options
| -rw-r--r-- | .gitignore | 3 | ||||
| -rwxr-xr-x | dwm | bin | 79712 -> 0 bytes | |||
| -rw-r--r-- | src/config/config.def.h | 12 | ||||
| -rw-r--r-- | src/config/config.h | 12 |
4 files changed, 14 insertions, 13 deletions
| @@ -3,4 +3,5 @@ | |||
| 3 | *.diff | 3 | *.diff |
| 4 | patches | 4 | patches |
| 5 | *.o | 5 | *.o |
| 6 | ./dwm | 6 | dwm |
| 7 | |||
| Binary files differ | |||
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 | ||
