Skip to content

Commit 54d1d7b

Browse files
committed
minor
1 parent fa0b100 commit 54d1d7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Customizable terminal UI for monitoring weather information, application status,
44

55
_I built this to run on a RaspberryPi Zero inside a Macintosh 1 on my shelf to quickly see weather and uptime info._
66

7-
![](example1.png)![](example2.png)
7+
![Example 1](example1.png)![Example 2](example2.png)
88

99
## Widgets
1010

internal/app.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func AppEntry() error {
5151

5252
now := time.Now()
5353
frame.
54-
AddText("Blimp v0.1.0", true, tview.AlignLeft, tcell.ColorDimGray).
54+
AddText("Blimp v0.4.0", true, tview.AlignLeft, tcell.ColorDimGray).
5555
AddText(now.Format("15:04:05"), true, tview.AlignCenter, tcell.ColorLightGray).
5656
AddText(now.Format("Monday, January 2, 2006"), true, tview.AlignCenter, tcell.ColorDimGray).
5757
AddText(pages[currentPage].Title, true, tview.AlignRight, tcell.ColorDimGray)

0 commit comments

Comments
 (0)