feat: make header beautiful

This commit is contained in:
Sebastian Mark 2024-10-23 15:49:50 +02:00
parent 57084c524e
commit 25e939f523

View file

@ -16,7 +16,7 @@ func TerminalOutput() {
cursor.Hide()
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.ShortBreak/60,
pomodoro.PomodoroSettings.LongBreak/60,