diff options
| author | Ezekiel Gonzales <141341590+notsoeazy@users.noreply.github.com> | 2026-03-15 15:55:55 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-15 18:55:55 +1100 |
| commit | b68f0bae14227a4d65303654fef4801c76f57ac0 (patch) | |
| tree | 51ccf89eb184f271c0d243d6a6e077969b68736b /README.md | |
| parent | bar/osicon: fix blurriness (#1271) (diff) | |
| download | caelestia-shell-b68f0bae14227a4d65303654fef4801c76f57ac0.tar.gz caelestia-shell-b68f0bae14227a4d65303654fef4801c76f57ac0.tar.bz2 caelestia-shell-b68f0bae14227a4d65303654fef4801c76f57ac0.zip | |
bar/activewindow: add compact option (#1201)
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -331,6 +331,10 @@ default, you must create it manually. } }, "bar": { + "activeWindow": { + "compact": false, + "inverted": false + }, "clock": { "showIcon": true }, |