diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-04 19:33:52 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-04 19:33:52 +0200 |
commit | 3c76c24c01155f880737dd6117759bf5c4fd49cd (patch) | |
tree | 2532ae536ac4689058e89db29e998e9321efa08c /share/go2work.toml.sample | |
parent | Way less retarded like this (diff) | |
download | go2work-3c76c24c01155f880737dd6117759bf5c4fd49cd.tar.gz go2work-3c76c24c01155f880737dd6117759bf5c4fd49cd.tar.bz2 go2work-3c76c24c01155f880737dd6117759bf5c4fd49cd.tar.xz go2work-3c76c24c01155f880737dd6117759bf5c4fd49cd.tar.zst go2work-3c76c24c01155f880737dd6117759bf5c4fd49cd.zip |
In progress
Diffstat (limited to 'share/go2work.toml.sample')
-rw-r--r-- | share/go2work.toml.sample | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/share/go2work.toml.sample b/share/go2work.toml.sample deleted file mode 100644 index 46745d9..0000000 --- a/share/go2work.toml.sample +++ /dev/null @@ -1,22 +0,0 @@ -# Audio files to be played. There can be several, in that case -# only the first one is being played unless the 'random' option -# is set to 'true' -files = [ - '/usr/local/share/go2work/ring01.wav', - '/usr/local/share/go2work/ring02.wav', -] -# The program used to play the music files -# Default: 'mpv' -media_player = 'mpv' -# Command-line options to be passed to the program -# Default: [ '--no-video', '--loop' ] -player_options = [ - '--no-video', - '--loop', -] -# Choose a random audio file in the list -# Default: false -random = false -# Display a cool fortune message -# Default: true -fortune = true |