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

@@ -361,5 +361,10 @@
"theme.bar.buttons.modules.cava.text": "#303446",
"theme.bar.buttons.modules.cava.icon": "#303446",
"theme.bar.buttons.modules.cava.icon_background": "#303446",
"theme.bar.buttons.modules.cava.border": "#81c8be"
"theme.bar.buttons.modules.cava.border": "#81c8be",
"theme.bar.buttons.modules.microphone.border": "#a6d189",
"theme.bar.buttons.modules.microphone.text": "#303446",
"theme.bar.buttons.modules.microphone.background": "#a6d189",
"theme.bar.buttons.modules.microphone.icon": "#303446",
"theme.bar.buttons.modules.microphone.icon_background": "#a6d189"
}