spicetify: disable sidebar to resolve incompatiblity notification (#579)

Disable sidebar configuration to resolve an incompatibility notification
on startup.

Fixes: 0eea8bcb0f ("spicetify: init (#574)")

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
soulsoiledit 2024-09-30 14:07:55 -05:00 committed by GitHub
parent 0eea8bcb0f
commit e7e9705977
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,6 +35,8 @@
misc = ${base02}
'';
};
# Sidebar configuration is incompatible with the default navigation bar
sidebarConfig = false;
};
colorScheme = "base";
};