diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-02 15:06:27 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-02 15:06:27 +1100 |
| commit | e9eba2e2914e6c9aa01dd3d6267c969bcba3bb2f (patch) | |
| tree | 9ce2fad274d4978d9531b5c57c2ceb4d67c219b5 /src/config/defaults.ts | |
| parent | sidebar: add date time to time pane (diff) | |
| download | caelestia-shell-e9eba2e2914e6c9aa01dd3d6267c969bcba3bb2f.tar.gz caelestia-shell-e9eba2e2914e6c9aa01dd3d6267c969bcba3bb2f.tar.bz2 caelestia-shell-e9eba2e2914e6c9aa01dd3d6267c969bcba3bb2f.zip | |
cleanup: remove popdown stuff
Popdowns were replaced with the sidebar
Diffstat (limited to 'src/config/defaults.ts')
| -rw-r--r-- | src/config/defaults.ts | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/config/defaults.ts b/src/config/defaults.ts index e8e67ac..c67d140 100644 --- a/src/config/defaults.ts +++ b/src/config/defaults.ts @@ -102,20 +102,6 @@ export default { sidebar: { showOnStartup: false, }, - sideleft: { - directories: { - left: { - top: " Downloads", - middle: " Documents", - bottom: " Music", - }, - right: { - top: " Pictures", - middle: " Videos", - bottom: " Home", - }, - }, - }, // Services math: { maxHistory: 100, |