Add splash/tray image customisation & change default splash (#1179)

This commit is contained in:
V
2025-10-05 20:14:13 +02:00
committed by GitHub
parent e79635f15e
commit a55b1f0250
19 changed files with 400 additions and 114 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

BIN
static/splash.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

BIN
static/tray.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -36,19 +36,14 @@
img {
width: 128px;
height: 128px;
image-rendering: pixelated;
object-fit: contain;
}
</style>
</head>
<body>
<div class="wrapper">
<img
draggable="false"
src="../shiggy.gif"
alt="shiggy"
role="presentation"
/>
<img draggable="false" src="vesktop://assets/splash" alt="" role="presentation" />
<p>Loading Vesktop...</p>
<p class="message"></p>
</div>
@@ -61,4 +56,4 @@
messageElement.textContent = message;
})
});
</script>
</script>