feat: hyprland notification for config type on load
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user