aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/data/sound.jsx
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-07-09 23:28:49 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-07-09 23:28:49 -0400
commit36e5025868cfd674ef4f8a0ae0529371d6581572 (patch)
tree207eab51f636a157e562afca623668eec0f35630 /users/ryan/modules/simple-bar/simple-bar-source/lib/components/data/sound.jsx
parent8c57a511a35702ddf354f3cb52e04228a36bee82 (diff)
hammerspoon listener pt 1
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/data/sound.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/data/sound.jsx2
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({