diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-22 16:24:26 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-22 16:24:26 +0200 |
| commit | 896bb1e6576fe32b754341ddf0b49fbcfd1c116a (patch) | |
| tree | dff8e0e16a344a0a27153e3f6b7b23aad4e96227 /config.h | |
| parent | 1b9769db524afe3deb987e95db9fe6651104ffc0 (diff) | |
make it also working on other compositors
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; |