fix tray icon images in readme

This commit is contained in:
Kavish Devar
2024-09-29 02:51:24 +05:30
parent ac3d19aac5
commit 6f6b28b027

View File

@@ -67,6 +67,7 @@ python3 examples/daemon/read-data.py
``` ```
- Controlling the media with the in-ear status (and get battery status) - Controlling the media with the in-ear status (and get battery status)
![Ear Detection Screenshot](imgs/ear-detection.png) ![Ear Detection Screenshot](imgs/ear-detection.png)
This script is basically the standalone script, but interacts with the UNIX socket created by the daemon instead. It can control the media with the in-ear status and remove the device as an audio sink when the AirPods are not in your ears. This script is basically the standalone script, but interacts with the UNIX socket created by the daemon instead. It can control the media with the in-ear status and remove the device as an audio sink when the AirPods are not in your ears.
@@ -75,6 +76,7 @@ python3 examples/daemon/ear-detection.py
``` ```
- App Indicator/Tray Icon - App Indicator/Tray Icon
![Tray Icon Hover Screenshot](imgs/tray-icon-hover.png) ![Tray Icon Hover Screenshot](imgs/tray-icon-hover.png)
![Tray Icon Menu Screenshot](imgs/tray-icon-menu.png) ![Tray Icon Menu Screenshot](imgs/tray-icon-menu.png)
This script is a simple tray icon that shows the battery percentage and set ANC modes. This script is a simple tray icon that shows the battery percentage and set ANC modes.