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" ];