====== Linux Sound Theme ====== * Linux 에 sound theme 기능이 있어서, 원하는 소리셋으로 변경가능하다. * [[https://www.gnome-look.org/browse/cat/316/order/latest|Sound theme 목록]] * freedesktop.org 의 기본 사운드 테마(''/usr/share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga'')는 너무 소리가 거슬려서 다른 테마로 바꾸는게 낫다. * 소리 파일은 ''wav'', ''ogg'', ''oga'' 등을 지원하고 파일의 이름 부분을 자동인식하는 것 같다. ====== 설치 디렉토리 ====== * ''/usr/share/sounds'' * ''$HOME/.local/share/sounds'' ===== 테마들 ===== * [[https://www.gnome-look.org/p/1187979/|Smooth - complete system sound theme with 58 event sounds - Gnome-look.org]] ===== alarm-clock-elapsed ===== * ''freedesktop'' 기본 sound theme 의 ''alarm-clock-elapsed''가 지나치게 소리가 자극적이라 불편하다. * ''~/.local/share/sounds/자기테마/stereo''의 ''alarm-clock-elapsed.wav/ogg/oga/..'' 를 자신이 원하는 파일로 링크 혹은 복사해두면 된다. # ~/.local/share/sounds 에 설치 cd ~/.local/share/sounds/자기테마/stereo ln -s "다른 sound theme .wav" alarm-clock-elapsed.wav # 확장자는 wav, ogg, oga 등 가능. * ''/usr/share/sounds/gnome/default/alerts/glass.ogg'' 를 사용하면 될듯함. sudo ln -s /usr/share/sounds/gnome/default/alerts/glass.ogg \ ~/.local/share/sounds/Yaru/stereo/alarm-clock-elapsed.ogg ===== Ubuntu Install ===== sudo apt install pop-sound-theme yaru-theme-sound ubuntu-sounds # moblin-sound-theme 가 21.04에서 삭제됨. ===== Gnome 에서 테마 변경 ===== * [[linux:gnome|Gnome]] tweak 모양새에서 바꾸거나 * ''gsettings'', ''dconf'' 등으로 아래 값 변경 gsettings set org.gnome.desktop.sound input-feedback-sounds true gsettings set org.gnome.desktop.sound event-sounds true gsettings set org.gnome.desktop.sound theme-name "Smooth" ===== 참조 ===== * https://unix.stackexchange.com/questions/419477/change-default-sounds-of-gnome-clocks-app gnome-clocks * [[https://www.debugpoint.com/2018/08/how-install-sound-themes-ubuntu-linux/|How to Install and Configure Sound Themes in Ubuntu, Linux - debugpoint.com]] * [[https://opensource.com/article/18/6/sound-themes-linux|Sound themes in Linux: What every user should know | Opensource.com]] * [[https://unix.stackexchange.com/questions/589000/what-causes-apparently-random-digital-watch-beeping-alarms-on-f32|fedora - What causes apparently random “digital watch” beeping alarms on F32? - Unix & Linux Stack Exchange]] : 어떤 프로그램이 삑삑 소리를 울리는지 알아내는 법. * [[https://medium.com/@alex285/gnome-3-32-how-to-install-a-system-sound-theme-15f53a47d358|GNOME 3.32: How to Install a System Sound Theme | by alex285 | Medium]]