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.background": "#21252b",
"theme.bar.buttons.modules.cava.icon_background": "#21252b",
"theme.bar.buttons.modules.cava.icon": "#56b6c2",
"theme.bar.buttons.modules.cava.border": "#56b6c2"
"theme.bar.buttons.modules.cava.border": "#56b6c2",
"theme.bar.buttons.modules.microphone.border": "#98c379",
"theme.bar.buttons.modules.microphone.background": "#21252b",
"theme.bar.buttons.modules.microphone.text": "#98c379",
"theme.bar.buttons.modules.microphone.icon": "#98c379",
"theme.bar.buttons.modules.microphone.icon_background": "#21252b"
}