diff --git a/settings/quickshell.nix b/settings/quickshell.nix index ede6aec..8a40372 100644 --- a/settings/quickshell.nix +++ b/settings/quickshell.nix @@ -153,15 +153,12 @@ in readonly property color base03: "#${c.base03}" readonly property color base04: "#${c.base04}" readonly property color base05: "#${c.base05}" - readonly property color base06: "#${c.base06}" - readonly property color base07: "#${c.base07}" readonly property color base08: "#${c.base08}" readonly property color base0A: "#${c.base0A}" readonly property color base0B: "#${c.base0B}" readonly property color base0C: "#${c.base0C}" readonly property color base0D: "#${c.base0D}" readonly property color barBg: "#B3${c.base00}" - readonly property color toastBg: "#E6${c.base00}" readonly property string fontFamily: "${monoFont}" // Ligature-based icon font: text "volume_up" renders the icon readonly property string iconFont: "Material Symbols Rounded"