Create Microphone bar module. (#801)

* Implement microphone module.

* Add catppuccin themes

* Add rest of themes

* Fix comment

* Add nix settings
This commit is contained in:
Jas Singh
2025-02-27 01:24:07 -08:00
committed by GitHub
parent efdcb7d53b
commit f69a0841a8
53 changed files with 1592 additions and 1205 deletions

View File

@@ -10,6 +10,7 @@
.module-icon {
font-size: 1em;
min-width: 0.7em;
}
.style2 {
@@ -126,6 +127,33 @@
}
}
/*
* #################################
* # Mic Module Styling #
* #################################
*/
@include styleModule(
//
// class name
'mic',
// label color
$bar-buttons-modules-microphone-text,
// icon color
$bar-buttons-modules-microphone-icon,
// icon background if split style is used
$bar-buttons-modules-microphone-icon_background,
// label background
$bar-buttons-modules-microphone-background,
// inner spacing
$bar-buttons-modules-microphone-spacing,
//
// if border enabled
$bar-buttons-modules-microphone-enableBorder,
// border color
$bar-buttons-modules-microphone-border,
1.3em
);
/*
* #################################
* # Ram Module Styling #
@@ -474,4 +502,4 @@
$bar-buttons-modules-cava-border,
// custom font size
1.2em //
);
);