summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-11 22:56:12 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-11 22:56:12 +0100
commit9a90a8f6a6df2603c510f90ec351edf5aca4f8f6 (patch)
treed82f4dc61bed9c2bd874d3591081f2019e19c22c
parenta0a68b7b3a5430fea5aaa2ad1da75fdda5cd5c7a (diff)
assets folder
-rw-r--r--assets/AdwaitaMono-Regular.ttf (renamed from AdwaitaMono-Regular.ttf)bin1417460 -> 1417460 bytes
-rw-r--r--assets/text.frag0
-rw-r--r--assets/text.vert0
-rw-r--r--src/wayclock.cc2
4 files changed, 1 insertions, 1 deletions
diff --git a/AdwaitaMono-Regular.ttf b/assets/AdwaitaMono-Regular.ttf
index b00063e..b00063e 100644
--- a/AdwaitaMono-Regular.ttf
+++ b/assets/AdwaitaMono-Regular.ttf
Binary files differ
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