diff options
| author | kizo_aria <kizo.aria@protonmail.com> | 2026-02-24 07:05:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-24 18:05:19 +1100 |
| commit | 71f291f79bf7c35ad7db2c0061efc80cf768426a (patch) | |
| tree | 6b9e1fd43a88848b58636143df5d3ca0d8fc089e | |
| parent | [CI] chore: update flake (diff) | |
| download | caelestia-shell-71f291f79bf7c35ad7db2c0061efc80cf768426a.tar.gz caelestia-shell-71f291f79bf7c35ad7db2c0061efc80cf768426a.tar.bz2 caelestia-shell-71f291f79bf7c35ad7db2c0061efc80cf768426a.zip | |
fix: add general.logo to example config (#1186)
documenting the ability to change the main logo, affects the bar, dashboard and lock screen
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -253,6 +253,7 @@ default, you must create it manually. } }, "general": { + "logo": "caelestia", "apps": { "terminal": ["foot"], "audio": ["pavucontrol"], |