vesktop-glass

Transparent Vesktop for macOS — frosted glass, default Discord look, one opacity knob.
Log | Files | Refs | README | LICENSE

commit ed6d0eb2c3d0a7845711acb99f2940d612e03a77
parent d3d4f424aaa744510da5577e33f1eb39a3fe149e
Author: ganten7 <ganten7@gmail.com>
Date:   Mon, 25 May 2026 07:50:01 -0500

README: recommend QuickCSS install (avoids the @import cold-start race)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Diffstat:
MREADME.md | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -18,17 +18,23 @@ A theme **cannot** do this part; it's a Vesktop window setting. ### Step 2 — add the theme (pick ONE) -**A. Online link (easiest, auto-updates):** +**A. QuickCSS (most reliable — recommended):** +Settings → open the **QuickCSS** editor → paste the entire contents of [`Glass.theme.css`](Glass.theme.css) → save. Done. +QuickCSS is injected *inline* at startup, so it loads on every cold start, deterministically. + +**B. Online link (convenient, auto-updates):** Settings → **Themes** → paste this into the online-themes box, press enter, tick it on: ``` https://raw.githubusercontent.com/ganten7/vesktop-glass/main/Glass.theme.css ``` -**B. Local file:** +**C. Local file:** Settings → **Themes** → **Open Themes Folder** → drop in [`Glass.theme.css`](Glass.theme.css) → tick its checkbox. That's it. You should see your desktop frosted through Discord. +> **Heads-up on B and C:** Vesktop loads themes (files *and* online links) via `@import`, which has a cold-start race — once in a while it silently fails to inject on launch and you'll see window transparency but no frost on the surfaces. If that happens, toggle the theme off/on in Settings → Themes (re-injects instantly). **Option A (QuickCSS) sidesteps this entirely** — use it if you want set-and-forget. + --- ## Requirements