feat(control-center/network): add provisory support for wireless connections

I call it "provisory" because I don't have a Wi-Fi card to test it, but in theory, everything should work
This commit is contained in:
retrozinndev
2025-06-19 19:10:25 -03:00
parent ca31a64234
commit e02f96b151
3 changed files with 146 additions and 48 deletions
+20 -20
View File
@@ -1,26 +1,26 @@
// SCSS Variables
// Generated by 'wal'
$wallpaper: "/home/joaov/wallpapers/Frieren Blue.jpeg";
$wallpaper: "/home/joaov/wallpapers/Frieren Rain.jpg";
// Special
$background: #22303d;
$foreground: #c7cbce;
$cursor: #c7cbce;
$background: #25301c;
$foreground: #c8cbc6;
$cursor: #c8cbc6;
// Colors
$color0: #22303d;
$color1: #9f847e;
$color2: #aa9381;
$color3: #7b8c92;
$color4: #78999c;
$color5: #76a3a9;
$color6: #78a4aa;
$color7: #9ca1a5;
$color8: #6b7883;
$color9: #D5B1A9;
$color10: #E3C5AD;
$color11: #A5BBC3;
$color12: #A1CDD0;
$color13: #9EDAE2;
$color14: #A1DBE3;
$color15: #c7cbce;
$color0: #25301c;
$color1: #6c8251;
$color2: #7c9357;
$color3: #78846e;
$color4: #948a88;
$color5: #899869;
$color6: #98a27b;
$color7: #9ba197;
$color8: #707c66;
$color9: #91AE6D;
$color10: #A6C574;
$color11: #A0B093;
$color12: #C6B9B6;
$color13: #B7CB8D;
$color14: #CBD9A4;
$color15: #c8cbc6;