feat: Add wifi to status bar

This commit is contained in:
2026-02-16 17:21:24 +11:00
parent d2e3069d13
commit 09273a9c4d
6 changed files with 53 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
/* ##################################
* # Custom Wi-Fi Module Styling #
* ################################## */
@include styleModule(
// class name
'cmodule-wifi',
// styling properties
(
'text-color': #FFFFFF,
'icon-color': #FFFFFF,
'icon-background': #090909,
'label-background': #090909,
'inner-spacing': 0.5em,
'border-enabled': false,
'border-color': #FFFFFF,
'icon-size': 1.2em
)
);