summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h b/config.h
index dc0d258..5e38429 100644
--- a/config.h
+++ b/config.h
@@ -9,8 +9,10 @@ static unsigned lines = 20;
static unsigned padding = 10;
static unsigned borderwidth = 2;
static unsigned fontsize = 11;
-static char fontpath[] = "/usr/share/fonts/TTF/Sauce Code Pro Nerd Font Complete Mono.ttf";
+static char fontpath[] = "/usr/share/fonts/TTF/SauceCodeProNerdFont-Regular.ttf";
static unsigned cursor_width = 1;
static unsigned cursor_vertical_offset = 2;
static unsigned cursor_horizontal_offset = 1;
+
+static unsigned monitor_offset = 1;