From ed2e8ceb8a99fa2c4c03004e21377bae5307b905 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Fri, 5 Sep 2025 12:37:50 +0200 Subject: [PATCH 1/2] unfuck discord-related stuff --- modules/desktop-legacy/social.nix | 9 ++------- modules/desktop/home/niri/workspaces.nix | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/modules/desktop-legacy/social.nix b/modules/desktop-legacy/social.nix index 24926f3..117efdd 100644 --- a/modules/desktop-legacy/social.nix +++ b/modules/desktop-legacy/social.nix @@ -22,13 +22,8 @@ with lib; { programs.nixcord = { enable = true; - discord.enable = true; - discord.vencord.enable = true; - discord.autoscroll.enable = true; - # vesktop = { - # enable = true; - # autoScroll.enable = true; - # }; + vesktop.enable = true; + vesktop.autoscroll.enable = true; config = { frameless = true; disableMinSize = true; diff --git a/modules/desktop/home/niri/workspaces.nix b/modules/desktop/home/niri/workspaces.nix index c9e6519..7469e6f 100644 --- a/modules/desktop/home/niri/workspaces.nix +++ b/modules/desktop/home/niri/workspaces.nix @@ -14,7 +14,7 @@ }; spawn-at-startup = [ - { command = [ "Discord" ]; } + { command = [ "vesktop" ]; } { command = [ "element-desktop" ]; } { command = [ "signal-desktop" ]; } { command = [ ".evolution-wrapped_" ]; } From ae099b954552646fa3a6a07158f3f96af1462788 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Fri, 5 Sep 2025 17:51:30 +0200 Subject: [PATCH 2/2] unfuck helix discord-presence --- modules/editors/helix/default.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/editors/helix/default.nix b/modules/editors/helix/default.nix index a6949e3..1a0cd84 100644 --- a/modules/editors/helix/default.nix +++ b/modules/editors/helix/default.nix @@ -38,16 +38,16 @@ large_text = "{language:u}"; small_image = "logo"; small_text = "Helix"; - # idle = { - # timeout = 999999999999999999; - # action = "change_activity"; - # state = "Idling"; - # details = "In Helix"; - # large_image = "logo"; - # large_text = "Helix"; - # small_image = "idle"; - # small_text = "Idle"; - # }; + idle = { + timeout = 30; + action = "change_activity"; + state = "Idling"; + details = "In Helix"; + large_image = "logo"; + large_text = "Helix"; + small_image = "idle"; + small_text = "Idle"; + }; rules = { mode = "blacklist"; paths = [ "absolute path" ];