diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 16:59:33 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 16:59:33 -0600 |
| commit | a385734bc948b6cae6c5dd9a5fc48abaca4a040f (patch) | |
| tree | 00eac4714c36543d68eb32ce5d41f570af7e5501 /linuxstatus/draw.go | |
| parent | bd3e75e68779b36186fb85a61b726b71a178e96f (diff) | |
all engines running and stable
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'linuxstatus/draw.go')
| -rw-r--r-- | linuxstatus/draw.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxstatus/draw.go b/linuxstatus/draw.go index 91e0a6a..5b76b49 100644 --- a/linuxstatus/draw.go +++ b/linuxstatus/draw.go @@ -9,7 +9,7 @@ import ( // it's assumed you are always passing in a box func draw(ls *LinuxStatus) { if ! ls.Ready() {return} - ls.group = ls.window.Box().NewGroup("What Linux Says It Is") + ls.group = ls.window.Box().NewGroup("What Linux Knows It Is") ls.grid = ls.group.NewGrid("gridnuts", 2, 2) |
