From 1e0a89d1a70f5b457adf0c051b5201c3611bc5cb Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 18 Jun 2026 13:01:13 +0200 Subject: [PATCH] feat: hyprland notification for config type on load --- config/hypr/hyprland.lua | 2 +- dms/.firstlaunch | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 dms/.firstlaunch diff --git a/config/hypr/hyprland.lua b/config/hypr/hyprland.lua index 68296e9..c5b90b6 100644 --- a/config/hypr/hyprland.lua +++ b/config/hypr/hyprland.lua @@ -18,7 +18,7 @@ if read_docked and laptop_config then is_docked = true end -hl.notification.create({ text = "Config type: " .. tostring(read_platform), timeout = 5000 }) +hl.notification.create({ text = "Config for " .. (laptop_config and "laptop" or "desktop") .. " loaded", timeout = 5000 }) -- Core require("hyprland.colors") diff --git a/dms/.firstlaunch b/dms/.firstlaunch new file mode 100644 index 0000000..e69de29