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
|
is_docked = true
|
||||||
end
|
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
|
-- Core
|
||||||
require("hyprland.colors")
|
require("hyprland.colors")
|
||||||
|
|||||||
Reference in New Issue
Block a user