Skip to content

Add MuteOnSleep to Plugin Store#1015

Open
genc-v wants to merge 7 commits intoSteamDeckHomebrew:mainfrom
genc-v:add-mute-on-wake
Open

Add MuteOnSleep to Plugin Store#1015
genc-v wants to merge 7 commits intoSteamDeckHomebrew:mainfrom
genc-v:add-mute-on-wake

Conversation

@genc-v
Copy link
Copy Markdown

@genc-v genc-v commented Apr 1, 2026

Automatically mutes your Steam Deck's audio right before it goes to sleep, so you don't get blasted with sound when you wake it up in public. Uses a toggle in the Quick Access Menu to enable/disable. Hooks into the Steam client's SuspendResumeStore via MobX to detect suspension, then calls pactl to mute and set volume to 0%.

Task Checklist

Developer

  • I am the original author or an authorized maintainer of this plugin.
  • I have abided by the licenses of the libraries I am utilizing, including attaching license notices where appropriate.

Plugin

  • I have verified that my plugin works properly on the Stable and Beta update channels of SteamOS.
  • I have verified my plugin is unique or provides more/alternative functionality to a plugin already on the store.

Backend

  • No: I am using a custom backend other than Python.
  • No: I am using a tool or software from a 3rd party FOSS project that does not have it's dependencies statically linked.
  • No: I am using a custom binary that has all of it's dependencies statically linked.

@genc-v genc-v requested a review from a team as a code owner April 1, 2026 14:14
@github-actions github-actions bot added the plugin-addition Adding a plugin to the Plugin Store label Apr 1, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2026

Issues Found

No issues with your PR description were found.

Next Steps

  1. If we found any issues above, please edit your pull request description to resolve them and leave a comment saying you've done so.
  2. For the quickest review, please see the Community section of the pull request template for how you can help other developers.
  3. Once your description is correct, a maintainer will review your pull request as soon as possible.

Thank you for your contribution! If you need any help, please reach out on our Discord server. ❤️

@genc-v genc-v changed the title Add MuteOnWake to Plugin Store Add mute on sleep to Plugin Store Apr 1, 2026
@github-actions github-actions bot added the not-plugin Not related to plugins themselves label Apr 1, 2026
@genc-v genc-v changed the title Add mute on sleep to Plugin Store Add MuteOnSleep to Plugin Store Apr 1, 2026
@RodoMa92 RodoMa92 removed the not-plugin Not related to plugins themselves label Apr 1, 2026
Copy link
Copy Markdown
Contributor

@beebls beebls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, to testing store now

@beebls
Copy link
Copy Markdown
Contributor

beebls commented Apr 2, 2026

One thing to note, you will need to update your plugin's license to either BSD-3 or a compatible license because that is the license of the plugin template itself, which you will have had to had used in order to create a plugin.

I'll let the plugin go to testing store now, but you will need to change the license before we can fully release it.

@beebls
Copy link
Copy Markdown
Contributor

beebls commented Apr 2, 2026

Looks like requests are failing because you don't have an image in your plugin.json, please add this (you can refer to other plugins for examples on what they should look like)

@EMERALD0874
Copy link
Copy Markdown
Member

EMERALD0874 commented Apr 3, 2026

Your LICENSE is incorrect. Please see the license of the plugin template repo and replace "Hypothetical Plugin Developer" and its year with your own information if you wish to use BSD-3. Crediting Steam Deck Homebrew is mandatory.

@maroun2
Copy link
Copy Markdown

maroun2 commented Apr 14, 2026

Plugin Testing Report

Installed Plugins

  • HLTB - 2.0.7
  • Game Sync - 1.0.3
  • Non-Steam Badges - 0.1.0
  • NonSteamLaunchers - 1.3.25
  • EmuDecky - 1.0.10
  • Free Loader - 1.5.2
  • SteamGridDB - 1.7.1
  • Discord Status - 1.5.0
  • Game Theme Music - 1.7.1
  • ProtonDB Badges - 1.2.0
  • DeckRoulette - 1.1.6
  • Decky Ludusavi - 1.2.2
  • MicroSDeck - 0.11.2
  • MuteOnSleep - 1.0.0-bc9d6d5

Specifications

  • SteamOS 3.7.20 Build 20260108 (Stable)
  • Kernel 6.11.11
  • Decky 3.2.3 (Pre-Release)

Issues

Has the following major blocking issue(s):

  • Plugin fails to load with error: Plugin_export.default is not a function. Unable to test any functionality.

Has the following minor non-blocking issue(s): None

Summary

Installed from the testing store. Plugin does not load — shows "Plugin_export.default is not a function" error immediately. Could not test any features.

@maroun2
Copy link
Copy Markdown

maroun2 commented Apr 14, 2026

Hi @genc-v, I tested your MuteOnSleep plugin and left a report above. Would you be willing to test my plugin in return? It's here: #1005

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

plugin-addition Adding a plugin to the Plugin Store

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants