From 0fe1b87fd32fd8972d90951e885e8e06c30e5cb4 Mon Sep 17 00:00:00 2001 From: "indx[0]" <12856517-indx0@users.noreply.gitlab.com> Date: Sun, 12 Jan 2025 16:31:17 +0000 Subject: [PATCH] Bugfixes and improvements --- src/routes/+page.svelte | 172 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 155 insertions(+), 17 deletions(-) diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index e7f47cf..25da954 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -12,6 +12,23 @@ let downloadIsPressed = false; let checksumSwayIsPressed = false; let checksumRiverIsPressed = false; + let checksumQtileIsPressed = false; + + let sway = { + iso: "tileos-sway-1.2-desktop-amd64.iso", + sha256: "tileos-sway-1.2-desktop-amd64.sha256.txt", + md5: "tileos-sway-1.2-desktop-amd64.md5.txt" + } + let river = { + iso: "tileos-river-1.2-desktop-amd64.iso", + sha256: "tileos-river-1.2-desktop-amd64.sha256.txt", + md5: "tileos-river-1.2-desktop-amd64.md5.txt" + } + let qtile = { + iso: "tileos-qtile-1.2-beta-desktop-amd64.iso", + sha256: "tileos-qtile-1.2-beta-desktop-amd64.sha256.txt", + md5: "tileos-qtile-1.2-beta-desktop-amd64.md5.txt" + } onMount(() => { @@ -66,35 +83,51 @@ : 'opacity-0 transition-all ease-out duration-100 scale-95 invisible'}" >
- Download (1.1 Sway)Download (1.2 Sway) (sha256) (md5)
Download (1.1 River)Download (1.2 River) (sha256) (md5) +
++ Download (1.2 Qtile (Experimental) + (sha256) + (md5)
@@ -135,7 +168,7 @@
TileOS Sway is a flagship edition featuring Sway - a lightweight and highly customizable
Wayland compositor. It is designed to be compatible with the i3 window manager but is built
@@ -148,7 +181,7 @@
+ TileOS Qtile Edtion featuring Qtiler - a highly + customizable, dynamic tiling window manager + written in Python. It supports multiple screens, + window tiling, and floating modes, and comes with + built-in support for X11 and Wayland. Qtile is + well-suited for power users and developers who + prefer a keyboard-driven workflow and enjoy + tinkering with their system setup. +
+