diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2021-08-17 20:12:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-17 20:12:44 -0500 |
| commit | 5d9b7daf5a217c644173faa0201048266fc48175 (patch) | |
| tree | 64a257a1847971f8da5fb66488a9999ff4459873 /config.h | |
| parent | 1b8bc13ae08363008558b99973c2b33cbb207433 (diff) | |
update config
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ static const int usealtbar = 0; /* 1 means use non-dwm status ba static const char *altbarclass = "Polybar";/* Alternate bar class name */ static const char *alttrayname = "tray"; /* Polybar tray instance name */ static const char *altbarcmd = ""; /* Alternate bar launch command */ -static const char *fonts[] = {"FiraCode-Regular:size=10", "fontawesome:size=10", "Iosevka Nerd Font:size=10"}; +static const char *fonts[] = { "FiraCode-Regular:size=10", "Iosevka Nerd Font:size=10"}; static const char dmenufont[] = "FiraCode-Regular:size=10"; static const char col_gray1[] = "#282828"; static const char col_gray2[] = "#928374"; @@ -25,7 +25,7 @@ static const char *colors[][3] = { }; /* tagging */ -static const char *tags[] = { "1", "", "", "", "", "", "7", "8", "9" }; +static const char *tags[] = { "", "", "", "", "", "" }; static const Rule rules[] = { /* xprop(1): |
