From 0b771cbd1bfccdcbf4cbaabfed13eece4a2e8929 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 18 Feb 2025 22:34:13 +1100 Subject: bar: vertical mode --- config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.ts') diff --git a/config.ts b/config.ts index 667e786..7aa6b8d 100644 --- a/config.ts +++ b/config.ts @@ -2,7 +2,8 @@ import { Astal } from "astal/gtk3"; // Modules export const bar = { - wsPerGroup: 10, + vertical: true, + wsPerGroup: 5, dateTimeFormat: "%d/%m/%y %R", }; -- cgit v1.2.3-freya