diff options
author | Vaxry <[email protected]> | 2024-03-15 23:58:22 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-03-15 23:58:22 +0000 |
commit | 3f5f5f5491149d16ef721454616c3dd0f96018e5 (patch) | |
tree | 448a2c3d518e42471ada320f0a23ea98e4248f65 | |
parent | 2a2da6082e5f1501731004b755d35a8dbb605fde (diff) | |
download | Hyprland-3f5f5f5491149d16ef721454616c3dd0f96018e5.tar.gz Hyprland-3f5f5f5491149d16ef721454616c3dd0f96018e5.zip |
splashes: add 2ya splash
-rw-r--r-- | src/helpers/Splashes.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/helpers/Splashes.hpp b/src/helpers/Splashes.hpp index e7a1cb5f..4a4fd022 100644 --- a/src/helpers/Splashes.hpp +++ b/src/helpers/Splashes.hpp @@ -75,6 +75,8 @@ inline const std::vector<std::string> SPLASHES = { "Join the discord server!", "Thanks ThatOneCalculator!", "The AUR packages always work, except for the times they don't.", - "Funny animation compositor woo" + "Funny animation compositor woo", + // + "2 years!" // clang-format on };
\ No newline at end of file |