mirror of
https://github.com/danth/stylix
synced 2024-11-22 04:03:09 +00:00
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:
parent
0eea8bcb0f
commit
e7e9705977
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@
|
|||
misc = ${base02}
|
||||
'';
|
||||
};
|
||||
# Sidebar configuration is incompatible with the default navigation bar
|
||||
sidebarConfig = false;
|
||||
};
|
||||
colorScheme = "base";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue