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

@@ -310,6 +310,15 @@ const options = mkOptions(CONFIG, {
spacing: opt('0.5em'),
},
modules: {
microphone: {
enableBorder: opt(false),
border: opt(colors.green),
background: opt(colors.base2),
text: opt(colors.green),
icon: opt(colors.green),
icon_background: opt(colors.base2),
spacing: opt('0.45em'),
},
ram: {
enableBorder: opt(false),
border: opt(colors.yellow),
@@ -1051,6 +1060,16 @@ const options = mkOptions(CONFIG, {
},
customModules: {
scrollSpeed: opt(5),
microphone: {
label: opt(true),
mutedIcon: opt('󰍭'),
unmutedIcon: opt('󰍬'),
leftClick: opt('menu:audio'),
rightClick: opt(''),
middleClick: opt(''),
scrollUp: opt(''),
scrollDown: opt(''),
},
ram: {
icon: opt(''),
label: opt(true),