aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/defines.hpp
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-04-22 18:33:30 +0200
committervaxerski <[email protected]>2022-04-22 18:33:30 +0200
commitfa38dfd416b664033a96bb4af764fd54f7257d7b (patch)
tree91688653ab761b4214ca6261376f506ce1d5c5f2 /src/defines.hpp
parentd7b3145b2e9af0ea2779a52e0c3b10b6f4a84334 (diff)
downloadHyprland-fa38dfd416b664033a96bb4af764fd54f7257d7b.tar.gz
Hyprland-fa38dfd416b664033a96bb4af764fd54f7257d7b.zip
Added git dirty
Diffstat (limited to 'src/defines.hpp')
-rw-r--r--src/defines.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/defines.hpp b/src/defines.hpp
index 13701a03..a803b985 100644
--- a/src/defines.hpp
+++ b/src/defines.hpp
@@ -60,4 +60,7 @@
#endif
#ifndef GIT_COMMIT_MESSAGE
#define GIT_COMMIT_MESSAGE "?"
-#endif \ No newline at end of file
+#endif
+#ifndef GIT_DIRTY
+#define GIT_DIRTY "?"
+#endif