--- pasystray-git-3e172515d/src/ui.c~ 2024-11-17 20:47:44.000000000 -0800 +++ pasystray-git-3e172515d/src/ui.c 2024-11-17 21:02:54.910676975 -0800 @@ -37,10 +37,10 @@ typedef const gchar* icon_set_t[ICON_IDX_COUNT]; static icon_set_t volume_icon_names = { - [ICON_IDX_MUTED] = "audio-volume-muted", - [ICON_IDX_LOW] = "audio-volume-low", - [ICON_IDX_MEDIUM] = "audio-volume-medium", - [ICON_IDX_HIGH] = "audio-volume-high" + [ICON_IDX_MUTED] = "trophy-gold", + [ICON_IDX_LOW] = "trophy-gold", + [ICON_IDX_MEDIUM] = "trophy-gold", + [ICON_IDX_HIGH] = "trophy-gold", }; static icon_set_t mic_icon_names = {