summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLaurens Duin <85798751+Laurens256@users.noreply.github.com>2025-08-13 06:31:48 +0200
committerGitHub <noreply@github.com>2025-08-13 14:31:48 +1000
commit3710df29f588c2aa430d9797a36afa1cbd85b128 (patch)
tree5f804118369ab2db0dbffbbd604b4ddc33af93ed /README.md
parentnix: add home manager module (#402) (diff)
downloadcaelestia-shell-3710df29f588c2aa430d9797a36afa1cbd85b128.tar.gz
caelestia-shell-3710df29f588c2aa430d9797a36afa1cbd85b128.tar.bz2
caelestia-shell-3710df29f588c2aa430d9797a36afa1cbd85b128.zip
bar: allow hiding items and reordering (#379)
* feat: reorder bar, no popout yet * chore: cleanup * refactor: use DelegateChooser * feat: popouts * chore: cleanup * better popout check + fix async stuff + bar interaction + a bunch of other fixes * fix activewindow and bar vertical padding * readme: add config opt * bar: fix top/bottom padding * bar: better wheel behaviour --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/README.md b/README.md
index d80d6e4..352e1c2 100644
--- a/README.md
+++ b/README.md
@@ -198,6 +198,44 @@ All configuration options are in `~/.config/caelestia/shell.json`.
},
"bar": {
"dragThreshold": 20,
+ "entries": [
+ {
+ "id": "logo",
+ "enabled": true
+ },
+ {
+ "id": "workspaces",
+ "enabled": true
+ },
+ {
+ "id": "spacer",
+ "enabled": true
+ },
+ {
+ "id": "activeWindow",
+ "enabled": true
+ },
+ {
+ "id": "spacer",
+ "enabled": true
+ },
+ {
+ "id": "tray",
+ "enabled": true
+ },
+ {
+ "id": "clock",
+ "enabled": true
+ },
+ {
+ "id": "statusIcons",
+ "enabled": true
+ },
+ {
+ "id": "power",
+ "enabled": true
+ }
+ ],
"persistent": true,
"showOnHover": true,
"status": {