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:
@@ -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 //
|
||||
);
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user