From a811226c53f41b108be5974156ea6459a9764c4d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 7 Jan 2024 07:09:59 -0600 Subject: window titles update to correct values Signed-off-by: Jeff Carr --- linuxstatus/draw.go | 1 + 1 file changed, 1 insertion(+) (limited to 'linuxstatus/draw.go') diff --git a/linuxstatus/draw.go b/linuxstatus/draw.go index 5b76b49..6b7d6bd 100644 --- a/linuxstatus/draw.go +++ b/linuxstatus/draw.go @@ -24,6 +24,7 @@ func draw(ls *LinuxStatus) { ls.uid = gadgets.NewOneLiner(ls.grid, "UID =") ls.IPv4 = gadgets.NewOneLiner(ls.grid, "Current IPv4 =") ls.IPv6 = gadgets.NewOneLiner(ls.grid, "Current IPv6 =") + ls.workingIPv4 = gadgets.NewOneLiner(ls.grid, "Real IPv4 =") ls.workingIPv6 = gadgets.NewOneLiner(ls.grid, "Real IPv6 =") // ls.nics = gadgets.NewOneLiner(ls.grid, "network intefaces =") -- cgit v1.2.3