Skip to content

Instantly share code, notes, and snippets.

@zarzen
Last active July 20, 2018 20:39
Show Gist options
  • Select an option

  • Save zarzen/1038f68e22fc566af7c9d489f39c13c9 to your computer and use it in GitHub Desktop.

Select an option

Save zarzen/1038f68e22fc566af7c9d489f39c13c9 to your computer and use it in GitHub Desktop.
spacemacs org-pomodoro setup for Windows

Install mplayer

Download from sourceforge

Set Audio Player in .spacemacs

(setq org-pomodoro-audio-player "C:/Applications/mplayer/mplayer.exe ")

Write this code under dotspacemacs/user-config

Why not use VLC

vlc.exe only work with backslash in windows system, but org-pomodoro use slash as path separator.

@Jeel-Shah

Jeel-Shah commented Jul 20, 2018

Copy link
Copy Markdown

Hi there! Thanks a bunch for this, it works perfectly.

I was wondering if there was a way to control the volume of the sound as well?

EDIT:

You can adjust the volume by adding -volume [0-100] to the variables org-pomodoro-[start | finished | ...]-sound-args

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment