readme: add new config options
This commit is contained in:
parent
4feeaaabc6
commit
46648de931
1 changed files with 7 additions and 0 deletions
|
|
@ -158,6 +158,13 @@ All configuration options are in `~/.config/caelestia/shell.json`.
|
||||||
"dragThreshold": 20,
|
"dragThreshold": 20,
|
||||||
"persistent": true,
|
"persistent": true,
|
||||||
"showOnHover": true,
|
"showOnHover": true,
|
||||||
|
"status": {
|
||||||
|
"showAudio": false,
|
||||||
|
"showBattery": true,
|
||||||
|
"showBluetooth": true,
|
||||||
|
"showKbLayout": false,
|
||||||
|
"showNetwork": true
|
||||||
|
},
|
||||||
"workspaces": {
|
"workspaces": {
|
||||||
"activeIndicator": true,
|
"activeIndicator": true,
|
||||||
"activeLabel": " ",
|
"activeLabel": " ",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue