diff --git a/komorebi-bar/src/render.rs b/komorebi-bar/src/render.rs index 797d55e7..0cfe5641 100644 --- a/komorebi-bar/src/render.rs +++ b/komorebi-bar/src/render.rs @@ -219,8 +219,10 @@ pub struct GroupingConfig { #[derive(Copy, Clone, Debug, Serialize, Deserialize, JsonSchema)] pub enum GroupingStyle { + #[serde(alias = "CtByte")] Default, /// A black shadow is added under the default group + #[serde(alias = "CtByteWithShadow")] DefaultWithShadow, }