From c07b94132ec7f6b4862dfece03e4d03e45cacf03 Mon Sep 17 00:00:00 2001 From: Jatinderjit Singh Date: Fri, 16 May 2025 18:38:15 +0530 Subject: [PATCH 1/2] Add "DayNight Toggle" plugin --- ... Toggle-03614b3c-9e7d-4bc5-9509-d7f556f1a2b1.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 plugins/DayNight Toggle-03614b3c-9e7d-4bc5-9509-d7f556f1a2b1.json diff --git a/plugins/DayNight Toggle-03614b3c-9e7d-4bc5-9509-d7f556f1a2b1.json b/plugins/DayNight Toggle-03614b3c-9e7d-4bc5-9509-d7f556f1a2b1.json new file mode 100644 index 000000000..2f77210b2 --- /dev/null +++ b/plugins/DayNight Toggle-03614b3c-9e7d-4bc5-9509-d7f556f1a2b1.json @@ -0,0 +1,12 @@ +{ + "ID": "03614b3c-9e7d-4bc5-9509-d7f556f1a2b1", + "Name": "DayNight Toggle", + "Description": "Switch between Light and Dark mode", + "Author": "Jatinderjit Singh", + "Version": "1.0.3", + "Language": "python", + "Website": "https://github.com/jatinderjit/Flow.Launcher.Plugin.DayNightToggle", + "UrlDownload": "https://github.com/jatinderjit/Flow.Launcher.Plugin.DayNightToggle/releases/download/v1.0.3/Flow.Launcher.Plugin.DayNightToggle.zip", + "UrlSourceCode": "https://github.com/jatinderjit/Flow.Launcher.Plugin.DayNightToggle", + "IcoPath": "https://cdn.jsdelivr.net/gh/jatinderjit/Flow.Launcher.Plugin.DayNightToggle@1.0.3/images/app.png" +} From 17eec9d0250f981b6a079ee20988492d466b961b Mon Sep 17 00:00:00 2001 From: Jatinderjit Singh Date: Sat, 17 May 2025 08:39:01 +0530 Subject: [PATCH 2/2] Update "DayNight Toggle" plugin version --- ...ight Toggle-e6162bbf-ac7c-4b43-a7f9-e71f44693f6f.json} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename plugins/{DayNight Toggle-03614b3c-9e7d-4bc5-9509-d7f556f1a2b1.json => DayNight Toggle-e6162bbf-ac7c-4b43-a7f9-e71f44693f6f.json} (72%) diff --git a/plugins/DayNight Toggle-03614b3c-9e7d-4bc5-9509-d7f556f1a2b1.json b/plugins/DayNight Toggle-e6162bbf-ac7c-4b43-a7f9-e71f44693f6f.json similarity index 72% rename from plugins/DayNight Toggle-03614b3c-9e7d-4bc5-9509-d7f556f1a2b1.json rename to plugins/DayNight Toggle-e6162bbf-ac7c-4b43-a7f9-e71f44693f6f.json index 2f77210b2..8aaa6b279 100644 --- a/plugins/DayNight Toggle-03614b3c-9e7d-4bc5-9509-d7f556f1a2b1.json +++ b/plugins/DayNight Toggle-e6162bbf-ac7c-4b43-a7f9-e71f44693f6f.json @@ -1,12 +1,12 @@ { - "ID": "03614b3c-9e7d-4bc5-9509-d7f556f1a2b1", + "ID": "e6162bbf-ac7c-4b43-a7f9-e71f44693f6f", "Name": "DayNight Toggle", "Description": "Switch between Light and Dark mode", "Author": "Jatinderjit Singh", - "Version": "1.0.3", + "Version": "1.0.4", "Language": "python", "Website": "https://github.com/jatinderjit/Flow.Launcher.Plugin.DayNightToggle", - "UrlDownload": "https://github.com/jatinderjit/Flow.Launcher.Plugin.DayNightToggle/releases/download/v1.0.3/Flow.Launcher.Plugin.DayNightToggle.zip", + "UrlDownload": "https://github.com/jatinderjit/Flow.Launcher.Plugin.DayNightToggle/releases/download/v1.0.4/Flow.Launcher.Plugin.DayNightToggle.zip", "UrlSourceCode": "https://github.com/jatinderjit/Flow.Launcher.Plugin.DayNightToggle", - "IcoPath": "https://cdn.jsdelivr.net/gh/jatinderjit/Flow.Launcher.Plugin.DayNightToggle@1.0.3/images/app.png" + "IcoPath": "https://cdn.jsdelivr.net/gh/jatinderjit/Flow.Launcher.Plugin.DayNightToggle@1.0.4/images/app.png" }