Use centered SVG icon

This commit is contained in:
Your Name 2025-12-20 11:12:27 -06:00
parent 9a8db41d31
commit 36c61df6a6
3 changed files with 23 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# scrcpyd # scrcpyd
<p align="center">
<img src="icon.svg" alt="scrcpyd icon" width="256">
</p>
![scrcpyd icon](icon.png) ![scrcpyd icon](icon.png)
A Magisk module that keeps your device unlocked **only while scrcpy is running and ADB is connected**. It does **not** remove your PIN/pattern and restores your original lock timeout as soon as scrcpy exits. A Magisk module that keeps your device unlocked **only while scrcpy is running and ADB is connected**. It does **not** remove your PIN/pattern and restores your original lock timeout as soon as scrcpy exits.
@ -55,4 +59,3 @@ When scrcpy stops or ADB disconnects, it restores your original values.
## Release ## Release
Latest release: https://github.com/sudoxreboot/scrcpyd/releases Latest release: https://github.com/sudoxreboot/scrcpyd/releases

BIN
icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

19
icon.svg Normal file
View file

@ -0,0 +1,19 @@
<svg
class="lucide lucide-screen-share-off"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
stroke="url(#iconStroke)" fill="none" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" width="512" height="512"><defs><linearGradient id="iconStroke" x1="0" y1="0" x2="1" y2="0"><stop offset="0%" stop-color="gradient #00FFD5"/><stop offset="33.33333333333333%" stop-color="#B79CFF"/><stop offset="66.66666666666666%" stop-color="#7FFFD4"/><stop offset="100%" stop-color="#FF4FD8"/></linearGradient><filter id="iconGlow" x="-50%" y="-50%" width="200%" height="200%"><feGaussianBlur in="SourceGraphic" stdDeviation="3" result="blur"/><feColorMatrix type="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.45 0" result="glow"/><feMerge><feMergeNode in="glow"/><feMergeNode in="SourceGraphic"/></feMerge></filter></defs><g filter="url(#iconGlow)"><!-- @license lucide-static v0.562.0 - ISC -->
<path d="M13 3H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-3" />
<path d="M8 21h8" />
<path d="M12 17v4" />
<path d="m22 3-5 5" />
<path d="m17 3 5 5" />
</g></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB