feat: hyprland notification for config type on load

This commit is contained in:
2026-06-18 13:01:13 +02:00
parent 5a016f5427
commit 1e0a89d1a7
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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")