diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/data/sound.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/data/sound.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/data/sound.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/data/sound.jsx index a3c5cab..3b39594 100755 --- a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/data/sound.jsx +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/data/sound.jsx | |||
| @@ -56,7 +56,7 @@ export const Widget = React.memo(() => { | |||
| 56 | if (!visible) return; | 56 | if (!visible) return; |
| 57 | const output = await Utils.cachedRun( | 57 | const output = await Utils.cachedRun( |
| 58 | `osascript -e 'set v to get volume settings' -e 'output volume of v & output muted of v'`, | 58 | `osascript -e 'set v to get volume settings' -e 'output volume of v & output muted of v'`, |
| 59 | refresh, | 59 | 500, |
| 60 | ); | 60 | ); |
| 61 | const parts = Utils.cleanupOutput(output).split(", "); | 61 | const parts = Utils.cleanupOutput(output).split(", "); |
| 62 | setState({ | 62 | setState({ |
