From 43ef696c721581d6bad711907b2955b1f20e7d75 Mon Sep 17 00:00:00 2001 From: nekohepott Date: Wed, 17 Jun 2026 04:16:26 +0300 Subject: [PATCH] warning for no layout specified --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 897195c..de08553 100644 --- a/main.go +++ b/main.go @@ -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()