mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Enhance boom audio
This commit is contained in:
parent
2346ff88d7
commit
fb2cb24b91
3 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -34,8 +34,8 @@
|
||||||
|
|
||||||
!*.lua
|
!*.lua
|
||||||
!*.md
|
!*.md
|
||||||
!*.mp3
|
|
||||||
!*.nix
|
!*.nix
|
||||||
!*.nu
|
!*.nu
|
||||||
|
!*.opus
|
||||||
!*.png
|
!*.png
|
||||||
!*.sh
|
!*.sh
|
||||||
|
|
BIN
machines/enka/nushell/boom.opus
Normal file
BIN
machines/enka/nushell/boom.opus
Normal file
Binary file not shown.
|
@ -190,7 +190,7 @@ $env.config.hooks = {
|
||||||
task remove $id
|
task remove $id
|
||||||
}
|
}
|
||||||
|
|
||||||
task spawn --label boom { pw-play ${./boom.mp3} }
|
task spawn --label boom { pw-play ${./boom.opus} }
|
||||||
}
|
}
|
||||||
display_output: "table --expand"
|
display_output: "table --expand"
|
||||||
env_change: {}
|
env_change: {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue