6 lines
450 B
TOML
6 lines
450 B
TOML
[audio]
|
|
enable_overdrive = true # allow volume sliders above 100% (up to 150%)
|
|
enable_sounds = false # master toggle for UI sounds
|
|
sound_volume = 0.5 # global sound volume (0.0 - 1.0)
|
|
volume_change_sound = "~/.config/noctalia/sounds/volchange.mp3" # empty = bundled default sounds/volume-change.wav
|
|
notification_sound = "~/.config/noctalia/sounds/notification.mp3" # empty = bundled default sounds/notification.wav
|