feat: make header beautiful
This commit is contained in:
parent
57084c524e
commit
25e939f523
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ func TerminalOutput() {
|
||||||
cursor.Hide()
|
cursor.Hide()
|
||||||
fmt.Print("\033[H\033[2J") // Clears the screen
|
fmt.Print("\033[H\033[2J") // Clears the screen
|
||||||
|
|
||||||
color.Blue("Work: %d | Break: %d | Longbreak: %d\n\n",
|
color.Blue("Work: %d ◊ Break: %d ◊ Longbreak: %d\n\n",
|
||||||
pomodoro.PomodoroSettings.Work/60,
|
pomodoro.PomodoroSettings.Work/60,
|
||||||
pomodoro.PomodoroSettings.ShortBreak/60,
|
pomodoro.PomodoroSettings.ShortBreak/60,
|
||||||
pomodoro.PomodoroSettings.LongBreak/60,
|
pomodoro.PomodoroSettings.LongBreak/60,
|
||||||
|
|
Loading…
Reference in a new issue