feat: add wifi toggle slider (#348)

* feat: add wifi toggle slider

* Added styling options for the network switch

---------

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
Rubin Bhandari
2024-10-21 14:15:53 +05:45
committed by GitHub
parent 3cae0e1fae
commit 2126cf0657
4 changed files with 181 additions and 117 deletions

View File

@@ -528,6 +528,11 @@ const options = mkOptions(OPTIONS, {
passive: opt(colors.text),
active: opt(colors.mauve),
},
switch: {
enabled: opt(colors.mauve),
disabled: opt(tertiary_colors.surface0),
puck: opt(secondary_colors.surface1),
},
},
bluetooth: {
scaling: opt(100),