warning for no layout specified

This commit is contained in:
nekohepott 2026-06-17 04:16:26 +03:00
parent 5add247d4a
commit 43ef696c72
No known key found for this signature in database

View File

@ -400,6 +400,7 @@ func main() {
if len(conf.Layout) == 0 {
conf.Layout = []string{"dist", "host", "cpu", "ram", "shell", "uptime"}
fmt.Println("Warning: No layout specified in config, using default")
}
dist := getDist()