diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-31 22:04:45 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-31 22:04:45 +1100 |
| commit | 31fef678157016a621ba3d36f7373f5b1bbd8525 (patch) | |
| tree | 00f707a62cc097c417f22aa85db793f839ed0d7b /src/config/defaults.ts | |
| parent | startup: wait for config to init (diff) | |
| parent | bar: add panel style (diff) | |
| download | caelestia-shell-31fef678157016a621ba3d36f7373f5b1bbd8525.tar.gz caelestia-shell-31fef678157016a621ba3d36f7373f5b1bbd8525.tar.bz2 caelestia-shell-31fef678157016a621ba3d36f7373f5b1bbd8525.zip | |
Merge branch 'round-gaps' into sidebar
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 e950291..5365d86 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, |