Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinfuchs committed Dec 2, 2023
1 parent fa0b100 commit 54d1d7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Customizable terminal UI for monitoring weather information, application status,

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

![](example1.png)![](example2.png)
![Example 1](example1.png)![Example 2](example2.png)

## Widgets

Expand Down
2 changes: 1 addition & 1 deletion internal/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func AppEntry() error {

now := time.Now()
frame.
AddText("Blimp v0.1.0", true, tview.AlignLeft, tcell.ColorDimGray).
AddText("Blimp v0.4.0", true, tview.AlignLeft, tcell.ColorDimGray).
AddText(now.Format("15:04:05"), true, tview.AlignCenter, tcell.ColorLightGray).
AddText(now.Format("Monday, January 2, 2006"), true, tview.AlignCenter, tcell.ColorDimGray).
AddText(pages[currentPage].Title, true, tview.AlignRight, tcell.ColorDimGray)
Expand Down

0 comments on commit 54d1d7b

Please sign in to comment.