1
0
Fork 0
mirror of https://github.com/homarr-labs/dashboard-icons.git synced 2025-09-25 17:00:23 +02:00

feat(icons): add hyprland (#2034)

Co-authored-by: Dashboard Icons Manager <193821040+dashboard-icons-manager[bot]@users.noreply.github.com>
This commit is contained in:
dashboard-icons-manager[bot] 2025-09-11 19:46:28 +02:00 committed by GitHub
parent 4c63552e9e
commit d89caa7999
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 49 additions and 0 deletions

16
meta/hyprland.json Normal file
View file

@ -0,0 +1,16 @@
{
"base": "svg",
"aliases": [
"hyprwm"
],
"categories": [
"Organization"
],
"update": {
"timestamp": "2025-09-11T17:45:43.512097",
"author": {
"id": 84806918,
"login": "ninjack-dev"
}
}
}

View file

@ -26489,6 +26489,22 @@
}
}
},
"hyprland": {
"base": "svg",
"aliases": [
"hyprwm"
],
"categories": [
"Organization"
],
"update": {
"timestamp": "2025-09-11T17:45:43.512097",
"author": {
"id": 84806918,
"login": "ninjack-dev"
}
}
},
"lsio": {
"base": "png",
"aliases": [],

BIN
png/hyprland.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

14
svg/hyprland.svg Normal file
View file

@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 330 241.24 312.89">
<defs>
<linearGradient id="hl-45deg" x1="10%" y1="90%" x2="90%" y2="10%">
<stop offset="0%" stop-color="rgb(0, 168, 244)" />
<stop offset="100%" stop-color="rgb(0, 229, 208)" />
</linearGradient>
</defs>
<style>
path {
fill: url(#hl-45deg)
}
</style>
<path d="M107 330c-25.9 39.39-61.43 86.28-79.3 114.97C9.83 473.67-1.86 502.32.24 536.26c3.85 62.1 56.46 106.63 120.38 106.63v-27.4c-51.66 0-90.07-33.06-93.03-80.93-1.67-26.96 6.9-48.66 23.37-75.1 14.07-22.6 33.9-47.95 56.03-80.2zm27.25 0c25.89 39.39 61.42 86.28 79.29 114.97 17.87 28.7 29.56 57.35 27.46 91.29-3.85 62.1-56.46 106.63-120.38 106.63v-27.4c51.66 0 90.07-33.06 93.03-80.93 1.67-26.96-6.9-48.66-23.37-75.1-14.07-22.6-33.9-47.95-56.03-80.2z" />
</svg>

After

Width:  |  Height:  |  Size: 858 B

View file

@ -944,6 +944,7 @@
"hyperion.png",
"hyperpipe-light.png",
"hyperpipe.png",
"hyprland.png",
"i-librarian.png",
"i2p-light.png",
"i2p.png",
@ -3298,6 +3299,7 @@
"hydra.svg",
"hyperpipe-light.svg",
"hyperpipe.svg",
"hyprland.svg",
"i-librarian.svg",
"i2p-light.svg",
"i2p.svg",
@ -5519,6 +5521,7 @@
"hyperion.webp",
"hyperpipe-light.webp",
"hyperpipe.webp",
"hyprland.webp",
"i-librarian.webp",
"i2p-light.webp",
"i2p.webp",

BIN
webp/hyprland.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB