aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/SharedDefs.hpp
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2023-03-20 15:23:25 +0000
committervaxerski <[email protected]>2023-03-20 15:23:25 +0000
commit34da16b7e626be4d96c3098b5265e2c008fb2d65 (patch)
treecb4b5fc91507c2c93f76468b276f2e69aa7cd847 /src/SharedDefs.hpp
parent71a95a581f86a801b1db24a417f41d9a395cab38 (diff)
downloadHyprland-34da16b7e626be4d96c3098b5265e2c008fb2d65.tar.gz
Hyprland-34da16b7e626be4d96c3098b5265e2c008fb2d65.zip
plugin api: add addNotificationV2
Allows for issuing fancy notifs via api
Diffstat (limited to 'src/SharedDefs.hpp')
-rw-r--r--src/SharedDefs.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/SharedDefs.hpp b/src/SharedDefs.hpp
new file mode 100644
index 00000000..8ae1d0a2
--- /dev/null
+++ b/src/SharedDefs.hpp
@@ -0,0 +1,11 @@
+#pragma once
+
+enum eIcons
+{
+ ICON_WARNING = 0,
+ ICON_INFO,
+ ICON_HINT,
+ ICON_ERROR,
+ ICON_CONFUSED,
+ ICON_NONE
+}; \ No newline at end of file