diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |