From 78f6ede8719790420399210416013bb87e36b124 Mon Sep 17 00:00:00 2001 From: kenji Date: Sat, 10 Jan 2026 23:27:01 -0600 Subject: [PATCH] fix(hyprlock): removed strategies --- apps/hyprlock/scripts/random-text.nix | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/apps/hyprlock/scripts/random-text.nix b/apps/hyprlock/scripts/random-text.nix index 714a0fa..86757dd 100644 --- a/apps/hyprlock/scripts/random-text.nix +++ b/apps/hyprlock/scripts/random-text.nix @@ -183,22 +183,6 @@ "Kernel: PANIC" ) - strategies=( - "Use filters" - "Simply a mess" - "Go outside" - "Be extravagant" - "Honour thy error" - "Ask your body" - "Breathe more" - "Destroy nothing" - "Don't stress" - "Turn it upside down" - "State the problem" - "Retrace your steps" - "Work at a different speed" - ) - yojijukugo=( "一期一会" "花鳥風月" @@ -244,7 +228,6 @@ "''${greetings[@]}" "''${inspirations[@]}" "''${cyberpunk[@]}" - "''${strategies[@]}" "''${yojijukugo[@]}" "''${habits[@]}" "''${dev[@]}"