From ae099b954552646fa3a6a07158f3f96af1462788 Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Fri, 5 Sep 2025 17:51:30 +0200 Subject: [PATCH] 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" ];