summaryrefslogtreecommitdiff
path: root/config.ts
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-02-18 22:34:13 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-02-18 22:34:13 +1100
commit0b771cbd1bfccdcbf4cbaabfed13eece4a2e8929 (patch)
treeb425f18696b5e17db585a90c39f1b3e7b1959c5c /config.ts
parentbar: transparent + more round (diff)
downloadcaelestia-shell-0b771cbd1bfccdcbf4cbaabfed13eece4a2e8929.tar.gz
caelestia-shell-0b771cbd1bfccdcbf4cbaabfed13eece4a2e8929.tar.bz2
caelestia-shell-0b771cbd1bfccdcbf4cbaabfed13eece4a2e8929.zip
bar: vertical mode
Diffstat (limited to 'config.ts')
-rw-r--r--config.ts3
1 files changed, 2 insertions, 1 deletions
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",
};