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 | |
| parent | a0a68b7b3a5430fea5aaa2ad1da75fdda5cd5c7a (diff) | |
assets folder
| -rw-r--r-- | assets/AdwaitaMono-Regular.ttf (renamed from AdwaitaMono-Regular.ttf) | bin | 1417460 -> 1417460 bytes | |||
| -rw-r--r-- | assets/text.frag | 0 | ||||
| -rw-r--r-- | assets/text.vert | 0 | ||||
| -rw-r--r-- | src/wayclock.cc | 2 |
4 files changed, 1 insertions, 1 deletions
diff --git a/AdwaitaMono-Regular.ttf b/assets/AdwaitaMono-Regular.ttf Binary files differindex b00063e..b00063e 100644 --- a/AdwaitaMono-Regular.ttf +++ b/assets/AdwaitaMono-Regular.ttf diff --git a/assets/text.frag b/assets/text.frag new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/assets/text.frag diff --git a/assets/text.vert b/assets/text.vert new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/assets/text.vert 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 |
