diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-31 16:42:14 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-31 16:42:14 +1100 |
| commit | 1081adfe5e1b7a07a71302cc83436d685cd1a84a (patch) | |
| tree | 1cca27d7d147266c0a6b8eeb2a8cd05ac905f6af /src/config/defaults.ts | |
| parent | schemes: fix updating taking ages (diff) | |
| download | caelestia-shell-1081adfe5e1b7a07a71302cc83436d685cd1a84a.tar.gz caelestia-shell-1081adfe5e1b7a07a71302cc83436d685cd1a84a.tar.bz2 caelestia-shell-1081adfe5e1b7a07a71302cc83436d685cd1a84a.zip | |
bar: add panel style
Diffstat (limited to 'src/config/defaults.ts')
| -rw-r--r-- | src/config/defaults.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults.ts b/src/config/defaults.ts index d699a45..8a3927a 100644 --- a/src/config/defaults.ts +++ b/src/config/defaults.ts @@ -8,6 +8,7 @@ export default { // Modules bar: { vertical: true, + style: "gaps", modules: { osIcon: { enabled: true, |