diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-10 19:28:13 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-10 19:28:13 +1000 |
| commit | f0bab936ed89b152675d4bc0f123f666bd909616 (patch) | |
| tree | 6c8c76764b4fd65af85d0b44a197c02c0a67f8a9 /src/config/types.ts | |
| parent | sidebar: dashboard current desktop -> date (diff) | |
| download | caelestia-shell-f0bab936ed89b152675d4bc0f123f666bd909616.tar.gz caelestia-shell-f0bab936ed89b152675d4bc0f123f666bd909616.tar.bz2 caelestia-shell-f0bab936ed89b152675d4bc0f123f666bd909616.zip | |
config: allow disabling headlines sidebar module
Diffstat (limited to 'src/config/types.ts')
| -rw-r--r-- | src/config/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/types.ts b/src/config/types.ts index b79c408..66e0cfe 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -57,6 +57,7 @@ export default { "osds.lock.num.hideDelay": NUM, // Sidebar "sidebar.showOnStartup": BOOL, + "sidebar.modules.headlines.enabled": BOOL, // Navbar "navbar.persistent": BOOL, "navbar.appearWidth": NUM, |