diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-07-09 11:20:07 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-07-09 11:20:07 +0900 |
| commit | a7c06286a3bec23a488dc98e35d2048972d7d3c8 (patch) | |
| tree | 9b8b5fee14fda6764a60ff578e13a583d233dbd1 /ar/.local/bin/statusbar/sb-mic | |
| parent | 5f2313deb7c1187f8710724303aea078c24c7c0d (diff) | |
modified statusbar/sb-mic, deleted statusbar/sb-micup, modified statusbar/sb-volume, created statusbar/sb-audioup
Diffstat (limited to 'ar/.local/bin/statusbar/sb-mic')
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-mic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/statusbar/sb-mic b/ar/.local/bin/statusbar/sb-mic index faa618a..486917e 100755 --- a/ar/.local/bin/statusbar/sb-mic +++ b/ar/.local/bin/statusbar/sb-mic @@ -45,7 +45,7 @@ case $BLOCK_BUTTON in 6) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;; esac -pidof -x sb-micup >/dev/null 2>&1 || sb-micup >/dev/null 2>&1 & +pidof -x sb-audioup >/dev/null 2>&1 || sb-audioup >/dev/null 2>&1 & mic="$(wpctl get-volume @DEFAULT_AUDIO_SOURCE@)" |
