From 07d294425a98ee5d1e22d03e2b24ae2c76e487c0 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sat, 23 Aug 2025 12:42:37 +0900 Subject: updates --- mac/.config/sketchybar/plugins/mic.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 mac/.config/sketchybar/plugins/mic.sh (limited to 'mac/.config/sketchybar/plugins/mic.sh') diff --git a/mac/.config/sketchybar/plugins/mic.sh b/mac/.config/sketchybar/plugins/mic.sh deleted file mode 100644 index 35cde89..0000000 --- a/mac/.config/sketchybar/plugins/mic.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -MIC_VOLUME=$(osascript -e 'input volume of (get volume settings)') - -if [[ $MIC_VOLUME -eq 0 ]]; then - sketchybar -m --set mic icon= -elif [[ $MIC_VOLUME -gt 0 ]]; then - sketchybar -m --set mic icon= -fi -- cgit v1.2.3