This commit is contained in:
Zacharias-Brohn
2026-03-04 22:25:12 +01:00
parent 52a9049abb
commit 52cf956323
4 changed files with 44 additions and 12 deletions
+17 -1
View File
@@ -6,11 +6,27 @@ JsonObject {
{
name: "Calculator",
icon: "calculate",
description: "Do simple math equations (powered by Qalc)",
description: "Do simple math equations",
command: ["autocomplete", "calc"],
enabled: true,
dangerous: false
},
{
name: "Light",
icon: "light_mode",
description: "Change to light mode",
command: ["setMode", "light"],
enabled: true,
dangerous: false
},
{
name: "Dark",
icon: "dark_mode",
description: "Change to dark mode",
command: ["setMode", "dark"],
enabled: true,
dangerous: false
},
{
name: "Wallpaper",
icon: "image",