mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-25 10:08:33 +02:00
style(bar): add aliases for default grouping style
This commit adds the "CtByte" and "CtByteWithShadow" aliases for the "Default" and "DefaultWithShadow" GroupingStyle variants respectively as an easter egg to recognize @CtByte's work in implementing the grouping feature.
This commit is contained in:
@@ -219,8 +219,10 @@ pub struct GroupingConfig {
|
|||||||
|
|
||||||
#[derive(Copy, Clone, Debug, Serialize, Deserialize, JsonSchema)]
|
#[derive(Copy, Clone, Debug, Serialize, Deserialize, JsonSchema)]
|
||||||
pub enum GroupingStyle {
|
pub enum GroupingStyle {
|
||||||
|
#[serde(alias = "CtByte")]
|
||||||
Default,
|
Default,
|
||||||
/// A black shadow is added under the default group
|
/// A black shadow is added under the default group
|
||||||
|
#[serde(alias = "CtByteWithShadow")]
|
||||||
DefaultWithShadow,
|
DefaultWithShadow,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user