diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -151,12 +151,17 @@ All configuration options are in `~/.config/caelestia/shell.json`. ```json { + "general": { + "apps": { + "terminal": ["foot"], + "audio": ["pavucontrol"] + } + }, "background": { "enabled": true }, "bar": { "dragThreshold": 20, - "externalAudioProgram": ["pavucontrol"], "persistent": true, "showOnHover": true, "status": { |