diff --git a/dwm.config.h b/dwm.config.h index 0fd3c2f..00d0efe 100644 --- a/dwm.config.h +++ b/dwm.config.h @@ -3,19 +3,20 @@ #include /*Needed for mulitmedia keys*/ /* appearance */ -static const char font[] = "Inconsolata-12"; +static const char font[] = "Inconsolataicon-12"; + #define NUMCOLORS 9 static const char colors[NUMCOLORS][ColLast][9] = { // border foreground background - { "#212121", "#00CC00", "#121212" }, // 0 = normal - { "#696969", "#99FF99", "#121212" }, // 1 = selected - { "#212121", "#CC0000", "#121212" }, // 2 = red - { "#212121", "#53A6A6", "#121212" }, // 3 = green - { "#212121", "#914E89", "#121212" }, // 4 = yellow - { "#212121", "#4779B3", "#121212" }, // 5 = blue - { "#212121", "#47959E", "#121212" }, // 6 = cyan - { "#212121", "#7E62B3", "#121212" }, // 7 = magenta - { "#212121", "#899CA1", "#121212" }, // 8 = grey + { "#212121", "#ADFF2F", "#2F4F4F" }, // 0 = normal + { "#696969", "#00CED1", "#2F4F4F" }, // 1 = selected + { "#212121", "#CC0000", "#2F4F4F" }, // 2 = red + { "#212121", "#53A6A6", "#2F4F4F" }, // 3 = green + { "#212121", "#914E89", "#2F4F4F" }, // 4 = yellow + { "#212121", "#4779B3", "#2F4F4F" }, // 5 = blue + { "#212121", "#47959E", "#2F4F4F" }, // 6 = cyan + { "#212121", "#7E62B3", "#2F4F4F" }, // 7 = magenta + { "#212121", "#899CA1", "#2F4F4F" }, // 8 = grey }; static const unsigned int borderpx = 1; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ @@ -23,7 +24,7 @@ static const Bool showbar = True; /* False means no bar */ static const Bool topbar = True; /* False means bottom bar */ /* tagging */ -static const char *tags[] = { "term", "work", "www", "dev" }; +static const char *tags[] = { "\u01A0", "\u01A1 ", "\u01A2", "\u01A3 " }; static const Rule rules[] = { /* class instance title tags mask isfloating monitor */