From 8805586247ee1578abf4dcc933680d2ac04c19ee Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 28 Feb 2026 21:05:15 +0100 Subject: [PATCH] Hide omarchy themes menu from elephant provider list Closes #4820 --- default/elephant/omarchy_themes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/elephant/omarchy_themes.lua b/default/elephant/omarchy_themes.lua index 02baa0a9..945f4e60 100644 --- a/default/elephant/omarchy_themes.lua +++ b/default/elephant/omarchy_themes.lua @@ -3,6 +3,7 @@ -- Name = "omarchythemes" NamePretty = "Omarchy Themes" +HideFromProviderlist = true -- Check if file exists using Lua (no subprocess) local function file_exists(path) @@ -93,4 +94,3 @@ function GetEntries() return entries end -