fixed font and tags for icons
This commit is contained in:
+12
-11
@@ -3,19 +3,20 @@
|
|||||||
#include <X11/XF86keysym.h> /*Needed for mulitmedia keys*/
|
#include <X11/XF86keysym.h> /*Needed for mulitmedia keys*/
|
||||||
|
|
||||||
/* appearance */
|
/* appearance */
|
||||||
static const char font[] = "Inconsolata-12";
|
static const char font[] = "Inconsolataicon-12";
|
||||||
|
|
||||||
#define NUMCOLORS 9
|
#define NUMCOLORS 9
|
||||||
static const char colors[NUMCOLORS][ColLast][9] = {
|
static const char colors[NUMCOLORS][ColLast][9] = {
|
||||||
// border foreground background
|
// border foreground background
|
||||||
{ "#212121", "#00CC00", "#121212" }, // 0 = normal
|
{ "#212121", "#ADFF2F", "#2F4F4F" }, // 0 = normal
|
||||||
{ "#696969", "#99FF99", "#121212" }, // 1 = selected
|
{ "#696969", "#00CED1", "#2F4F4F" }, // 1 = selected
|
||||||
{ "#212121", "#CC0000", "#121212" }, // 2 = red
|
{ "#212121", "#CC0000", "#2F4F4F" }, // 2 = red
|
||||||
{ "#212121", "#53A6A6", "#121212" }, // 3 = green
|
{ "#212121", "#53A6A6", "#2F4F4F" }, // 3 = green
|
||||||
{ "#212121", "#914E89", "#121212" }, // 4 = yellow
|
{ "#212121", "#914E89", "#2F4F4F" }, // 4 = yellow
|
||||||
{ "#212121", "#4779B3", "#121212" }, // 5 = blue
|
{ "#212121", "#4779B3", "#2F4F4F" }, // 5 = blue
|
||||||
{ "#212121", "#47959E", "#121212" }, // 6 = cyan
|
{ "#212121", "#47959E", "#2F4F4F" }, // 6 = cyan
|
||||||
{ "#212121", "#7E62B3", "#121212" }, // 7 = magenta
|
{ "#212121", "#7E62B3", "#2F4F4F" }, // 7 = magenta
|
||||||
{ "#212121", "#899CA1", "#121212" }, // 8 = grey
|
{ "#212121", "#899CA1", "#2F4F4F" }, // 8 = grey
|
||||||
};
|
};
|
||||||
static const unsigned int borderpx = 1; /* border pixel of windows */
|
static const unsigned int borderpx = 1; /* border pixel of windows */
|
||||||
static const unsigned int snap = 32; /* snap pixel */
|
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 */
|
static const Bool topbar = True; /* False means bottom bar */
|
||||||
|
|
||||||
/* tagging */
|
/* tagging */
|
||||||
static const char *tags[] = { "term", "work", "www", "dev" };
|
static const char *tags[] = { "\u01A0", "\u01A1 ", "\u01A2", "\u01A3 " };
|
||||||
|
|
||||||
static const Rule rules[] = {
|
static const Rule rules[] = {
|
||||||
/* class instance title tags mask isfloating monitor */
|
/* class instance title tags mask isfloating monitor */
|
||||||
|
|||||||
Reference in New Issue
Block a user