import Quickshell.Io JsonObject { property Anim anim: Anim { } property Deform deform: Deform { } property FontStuff font: FontStuff { } property Transparency transparency: Transparency { } component Anim: JsonObject { property real mediaGifSpeedAdjustment: 300 property real sessionGifSpeed: 0.7 } component Deform: JsonObject { property real scale: 1 } component FontFamily: JsonObject { property string clock: "Rubik" property string material: "Material Symbols Rounded" property string mono: "CaskaydiaCove NF" property string sans: "Segoe UI Variable Text" } component FontStuff: JsonObject { property FontFamily family: FontFamily { } } component Transparency: JsonObject { property real base: 0.85 property bool enabled: false property real layers: 0.4 } }