Skip to content

Commit

Permalink
feat(config): add musicbox preset (#1)
Browse files Browse the repository at this point in the history
* Add musicbox preset

* style(config): apply formatting

* style(config): add description to musicbox preset

---------

Co-authored-by: Orhun Parmaksız <[email protected]>
  • Loading branch information
arda-guler and orhun committed Sep 25, 2023
1 parent a339529 commit 9a3451b
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/daktilo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,22 @@ key_config = [
] },
]
disabled_keys = []

# It dings, and it dongs. Nuff' said.
# With this rather more calming experience maybe you will think twice
# before typing down passive aggressive emails.
[[sound_preset]]
name = "musicbox"
key_config = [
{ event = "key_press", keys = ".*", files = [
{ path = "custom/mbox1.mp3", volume = 1.0, embed = false },
{ path = "custom/mbox2.mp3", volume = 1.0, embed = false },
{ path = "custom/mbox3.mp3", volume = 1.0, embed = false },
{ path = "custom/mbox4.mp3", volume = 1.0, embed = false },
{ path = "custom/mbox5.mp3", volume = 1.0, embed = false },
{ path = "custom/mbox6.mp3", volume = 1.0, embed = false },
{ path = "custom/mbox7.mp3", volume = 1.0, embed = false },
{ path = "custom/mbox8.mp3", volume = 1.0, embed = false },
], strategy = "random" },
]
disabled_keys = []
Binary file added custom/mbox1.mp3
Binary file not shown.
Binary file added custom/mbox2.mp3
Binary file not shown.
Binary file added custom/mbox3.mp3
Binary file not shown.
Binary file added custom/mbox4.mp3
Binary file not shown.
Binary file added custom/mbox5.mp3
Binary file not shown.
Binary file added custom/mbox6.mp3
Binary file not shown.
Binary file added custom/mbox7.mp3
Binary file not shown.
Binary file added custom/mbox8.mp3
Binary file not shown.

0 comments on commit 9a3451b

Please sign in to comment.