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