diff options
| author | kj-sh604 | 2025-06-06 16:38:10 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-06-06 16:38:10 -0400 |
| commit | e45e276dedee7ef402ef78af51e78af511c87db1 (patch) | |
| tree | 3195588c82ca8435bf454394ebdfaa1741c67060 | |
| parent | 4694afe1a35a240730b4ac013863ce5baa683b10 (diff) | |
refactor: update icons to something more universal
| -rwxr-xr-x | mic-icon.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mic-icon.py b/mic-icon.py index 73b73ee..de95593 100755 --- a/mic-icon.py +++ b/mic-icon.py @@ -10,8 +10,8 @@ gi.require_version('AppIndicator3', '0.1') from gi.repository import Gtk, GLib, AppIndicator3 # ICON NAMES from the default Adwaita icon set: -ICON_UNMUTED = "microphone-sensitivity-high-symbolic" -ICON_MUTED = "microphone-sensitivity-muted-symbolic" +ICON_UNMUTED = "microphone" +ICON_MUTED = "gtk-cancel" class MicIcon: |
