-
|
I just noticed from other people's screenshots that the new icon (maybe not so new anymore) has been added, but it still shows the old icon for me (endeavour os). is there an option to change it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
The default for that icon is to show the logo for the distro if available. You can change it, however, by editing the following in {
"general": {
"logo": "caelestia"
}
}Setting logo to an empty string or omitting it completely will show the logo of the distro, setting it to |
Beta Was this translation helpful? Give feedback.
The default for that icon is to show the logo for the distro if available. You can change it, however, by editing the following in
~/.config/caelestia/shell.json:{ "general": { "logo": "caelestia" } }Setting logo to an empty string or omitting it completely will show the logo of the distro, setting it to
caelestiawill show the Caelestia logo, and setting it to a valid path to any image will show the image (works best with SVGs).