From 54f874e6bbb7af666e7713a22579ffe0b1c05a46 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Thu, 16 May 2024 23:29:11 -0700 Subject: "Fix" discord transparancy --- home/discord.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'home') diff --git a/home/discord.nix b/home/discord.nix index 7b18246..15efbd0 100644 --- a/home/discord.nix +++ b/home/discord.nix @@ -6,6 +6,7 @@ in { home.packages = with pkgs; [ (discord.override { withVencord = true; + withOpenASAR = true; }) ]; @@ -20,7 +21,9 @@ in { --chatinputtransparency: 0.0; --memberlisttransparency: 0.15; --settingsicons: 0; - --background: rgba(0, 0, 0, 0.8); + /* A discord update messed up transparancy, and for now eyeballing it works fine */ + /* --background: rgba(0, 0, 0, 0.8); */ + --background: rgba(0, 0, 0, 0.55); --backdrop: rgba(0, 0, 0, 0); --version1_0_5: none; -- cgit v1.2.3