diff --git a/postcss.config.js b/postcss.config.js
index 2e7af2b..0f77216 100644
--- a/postcss.config.js
+++ b/postcss.config.js
@@ -1,6 +1,6 @@
export default {
- plugins: {
- tailwindcss: {},
- autoprefixer: {},
- },
-}
+ plugins: {
+ tailwindcss: {},
+ autoprefixer: {}
+ }
+};
diff --git a/src/app.css b/src/app.css
index 7b2a954..db91b10 100644
--- a/src/app.css
+++ b/src/app.css
@@ -1,8 +1,13 @@
+@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap');
+
@tailwind base;
@tailwind components;
@tailwind utilities;
-* {color: white}
-body {
- background-color: #1e2030;
- color: white
+* {
+ color: white;
+}
+body {
+ font-family: 'Comfortaa', sans-serif;
+ background-color: #1e2030;
+ color: white;
}
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 57ab372..74c9f8a 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -1,7 +1,7 @@
Debian-based distribution with tiling window managers.
-+ Download (1.0-beta Sway) + (sha256) + (md5) +
+ -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 using the Wayland display server protocol instead of X11. Sway is a full feature complete Wayland compositor, combined with awesome Catppuccin color scheme, Waybar panel and apps from NWG project (such as nwg-drawer, nwg-look, etc) it provides powerful, easy to use and very flexible desktop.
++ 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 + using the Wayland display server protocol instead of X11. Sway is a full feature complete + Wayland compositor, combined with awesome Catppuccin color scheme, Waybar panel and apps + from NWG project (such as nwg-drawer, nwg-look, etc) it provides powerful, easy to use and + very flexible desktop. +
TileOS River Edtion featuring River - a minimalistic and lightweight dynamic Wayland compositor. It is designed to be simple, efficient, and easy to use, making it a great choice for users looking for a streamlined window management experience. River automatically arranges windows in a tiled layout, maximizing screen space and allowing users to easily switch between applications. It has a very simple configuration and low resource consumption, сombined with awesome Catppuccin color scheme, Waybar panel and apps from NWG project (such as nwg-drawer, nwg-look, etc) it provides powerful, easy to use and very flexible desktop.
++ TileOS River Edtion featuring River - a minimalistic and lightweight dynamic Wayland + compositor. It is designed to be simple, efficient, and easy to use, making it a great + choice for users looking for a streamlined window management experience. River automatically + arranges windows in a tiled layout, maximizing screen space and allowing users to easily + switch between applications. It has a very simple configuration and low resource + consumption, сombined with awesome Catppuccin color scheme, Waybar panel and apps from NWG + project (such as nwg-drawer, nwg-look, etc) it provides powerful, easy to use and very + flexible desktop. +