{"id":51546916,"url":"https://github.com/zquestz/macos-sound-theme","last_synced_at":"2026-07-09T19:01:11.677Z","repository":{"id":367416760,"uuid":"1278827968","full_name":"zquestz/macos-sound-theme","owner":"zquestz","description":"Linux sound theme with MacOS sounds.","archived":false,"fork":false,"pushed_at":"2026-06-25T22:04:45.000Z","size":188,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-26T00:06:03.832Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zquestz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-24T06:12:02.000Z","updated_at":"2026-06-25T22:04:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zquestz/macos-sound-theme","commit_stats":null,"previous_names":["zquestz/macos-sound-theme"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/zquestz/macos-sound-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zquestz%2Fmacos-sound-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zquestz%2Fmacos-sound-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zquestz%2Fmacos-sound-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zquestz%2Fmacos-sound-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zquestz","download_url":"https://codeload.github.com/zquestz/macos-sound-theme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zquestz%2Fmacos-sound-theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35309828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-09T02:00:07.329Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-09T19:01:07.855Z","updated_at":"2026-07-09T19:01:11.622Z","avatar_url":"https://github.com/zquestz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MacOS Sound Theme\n\nMacOS sounds for Linux. Sounds were sourced from:\n\nhttps://bigsur-sounds.itsnoahevans.co.uk/\n\nThe full Sound Naming Specification:\n\nhttp://0pointer.de/public/sound-naming-spec.html\n\n## Installation\n\nRun `meson` to configure the build environment and then `ninja install` to install\n\n```bash\nmeson build --prefix=/usr\ncd build\nsudo ninja install\n```\n\nThis installs the theme to `/usr/share/sounds/macos`.\n\n## Enabling the theme\n\nThe theme is named `macos`. Sounds are played by libcanberra, which reads the\nactive theme from your GTK settings or your desktop's settings daemon. Pick the\nsection for your setup below. Most desktops also need event sounds turned on, so\neach example enables them too.\n\n### GTK\n\nSet the theme directly in your GTK config. This is read by libcanberra on\ndesktops that do not manage the setting themselves (window managers, sway, etc).\n\nFor GTK 3 and GTK 4, add to `~/.config/gtk-3.0/settings.ini` and\n`~/.config/gtk-4.0/settings.ini`:\n\n```ini\n[Settings]\ngtk-sound-theme-name = macos\ngtk-enable-event-sounds = true\ngtk-enable-input-feedback-sounds = true\n```\n\nFor GTK 2, add to `~/.gtkrc-2.0`:\n\n```\ngtk-sound-theme-name = \"macos\"\ngtk-enable-event-sounds = true\ngtk-enable-input-feedback-sounds = true\n```\n\n### GNOME\n\n```bash\ngsettings set org.gnome.desktop.sound theme-name 'macos'\ngsettings set org.gnome.desktop.sound event-sounds true\ngsettings set org.gnome.desktop.sound input-feedback-sounds true\n```\n\n### Cinnamon\n\n```bash\ngsettings set org.cinnamon.desktop.sound theme-name 'macos'\ngsettings set org.cinnamon.desktop.sound event-sounds true\ngsettings set org.cinnamon.desktop.sound input-feedback-sounds true\n```\n\n### XFCE\n\n```bash\nxfconf-query -c xsettings -p /Net/SoundThemeName -n -t string -s macos\nxfconf-query -c xsettings -p /Net/EnableEventSounds -n -t bool -s true\nxfconf-query -c xsettings -p /Net/EnableInputFeedbackSounds -n -t bool -s true\n```\n\nThe `-n` flag creates the property if it does not exist yet.\n\n## Testing\n\nPlay a sound from the theme without changing any config:\n\n```bash\ncanberra-gtk-play --property=canberra.xdg-theme.name=macos -i bell\n```\n\nAfter switching the theme you may need to log out and back in for all\napplications to pick up the change.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzquestz%2Fmacos-sound-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzquestz%2Fmacos-sound-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzquestz%2Fmacos-sound-theme/lists"}