Increase Font & Replace Icons

- Change font size to 12
- Replace music icon with podcast and spotify icons
- Remove infinity icon
This commit is contained in:
Sravan Balaji
2020-07-26 01:22:55 -04:00
parent 84d1b45060
commit ab1c6e3d00

View File

@@ -5,8 +5,8 @@ static const unsigned int borderpx = 2; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */ static const unsigned int snap = 32; /* snap pixel */
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[] = { "monospace:size=10", "fontawesome:size10" }; static const char *fonts[] = { "monospace:size=12", "fontawesome:size=12" };
static const char dmenufont[] = "monospace:size=10"; static const char dmenufont[] = "monospace:size=12";
static const char col_gray1[] = "#282a36"; /* background color */ static const char col_gray1[] = "#282a36"; /* background color */
static const char col_gray2[] = "#6272a4"; /* inactive window border color */ static const char col_gray2[] = "#6272a4"; /* inactive window border color */
static const char col_gray3[] = "#f8f8f2"; /* font color */ static const char col_gray3[] = "#f8f8f2"; /* font color */
@@ -19,7 +19,7 @@ static const char *colors[][3] = {
}; };
/* tagging */ /* tagging */
static const char *tags[] = { "", "", "", "", "", "", "", "", "" }; static const char *tags[] = { "", "", "", "", "", "", "", "", "" };
static const Rule rules[] = { static const Rule rules[] = {
/* xprop(1): /* xprop(1):