From 3d4577044ee400fc26b0d36ee90d562cf37e969c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 1 Apr 2025 16:24:06 +1100 Subject: launcher: add round style --- src/config/types.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/types.ts') diff --git a/src/config/types.ts b/src/config/types.ts index d3215c8..7bea7bf 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -25,6 +25,7 @@ export default { "bar.modules.dateTime.detailedFormat": STR, "bar.modules.power.enabled": BOOL, // Launcher + "launcher.style": ["lines", "round"], "launcher.actionPrefix": STR, "launcher.apps.maxResults": NUM, "launcher.files.maxResults": NUM, -- cgit v1.2.3-freya