diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-11 22:56:12 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-11 22:56:12 +0100 |
| commit | 9a90a8f6a6df2603c510f90ec351edf5aca4f8f6 (patch) | |
| tree | d82f4dc61bed9c2bd874d3591081f2019e19c22c /src/wayclock.cc | |
| parent | a0a68b7b3a5430fea5aaa2ad1da75fdda5cd5c7a (diff) | |
assets folder
Diffstat (limited to 'src/wayclock.cc')
| -rw-r--r-- | src/wayclock.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wayclock.cc b/src/wayclock.cc index b0212cb..55a9275 100644 --- a/src/wayclock.cc +++ b/src/wayclock.cc @@ -11,7 +11,7 @@ #define WAYC_APP_NAME "Wayclock" #define WAYC_APP_WIDTH 1280 #define WAYC_APP_HEIGHT 1080 -#define WAYC_FONT "AdwaitaMono-Regular.ttf" +#define WAYC_FONT "assets/AdwaitaMono-Regular.ttf" #define WAYC_ATLAS_WIDTH 512 #define WAYC_ATLAS_HEIGHT 512 #define WAYC_FONT_SIZE 48 |
