aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-05-16 23:29:11 -0700
committerCaroline Larimore <caroline@larimo.re>2024-05-16 23:29:11 -0700
commit54f874e6bbb7af666e7713a22579ffe0b1c05a46 (patch)
tree2d01ccb1b00f7dd9d0c39f9e98aaba6fc0068100 /home
parent32e306b78fca4e3c08b6ca8ade6b77b98f4a55ee (diff)
"Fix" discord transparancy
Diffstat (limited to 'home')
-rw-r--r--home/discord.nix5
1 files changed, 4 insertions, 1 deletions
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;