fix img size in readme

This commit is contained in:
Kavish Devar
2024-10-14 02:57:50 +05:30
parent 5ca77e977b
commit 38f1ea10f8

View File

@@ -21,8 +21,10 @@
Check out the README file in [linux](/linux) folder for more info.
This tray app communicates with a daemon with the help of a UNIX socket. The daemon is responsible for the actual communication with the AirPods. The tray app is just a frontend for the daemon, that does ear-detection, conversational awareness, setting the noise-cancellation mode, and more.
![Linux](/linux/imgs/tray-icon-hover.png)
![Linux](/linux/imgs/tray-icon-menu.png)
<div style="display: flex; flex-wrap: wrap;">
<img src="/linux/imgs/tray-icon-hover.png" alt="Linux Tray Icon Hover" style="flex: 1; min-width: 300px; max-width: 50%;">
<img src="/linux/imgs/tray-icon-menu.png" alt="Linux Tray Icon Menu" style="flex: 1; min-width: 300px; max-width: 50%;">
</div>
## Android
@@ -32,8 +34,10 @@ But once that's fixed, or you have fixed the issue using root, download the APK,
I don't know how to write READMEs for android apps, because they're just that, apps. So, here's a screenshot of the app:
![Settings Screen](/android/imgs/settings.png)
![Debug Screen](/android/imgs/debug.png)
<div style="display: flex; flex-wrap: wrap;">
<img src="/android/imgs/settings.png" alt="Settings Screen" style="flex: 1; min-width: 300px; max-width: 50%;">
<img src="/android/imgs/debug.png" alt="Debug Screen" style="flex: 1; min-width: 300px; max-width: 50%;">
</div>
> Quick Tile to toggle Conversational Awareness and to switch Noise Control modes, and Battery Widget (App and AndroidSystemIntelligence)/Notification coming soon!!