TatriX / pomidor

Pomidor is a simple and cool pomodoro technique timer.
238 stars 17 forks source link

Can the timer be used in the modeline? #30

Closed ema2159 closed 4 years ago

TatriX commented 5 years ago

Sure, use something like this:

(setq global-mode-string
             '(:eval
               (format-time-string "Pomidor: %M:%S " (pomidor-total-duration) t)))