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": "#121212",
"theme.bar.buttons.modules.cava.icon_background": "#121212",
"theme.bar.buttons.modules.cava.icon": "#FF69B4",
"theme.bar.buttons.modules.cava.border": "#FF69B4"
"theme.bar.buttons.modules.cava.border": "#FF69B4",
"theme.bar.buttons.modules.microphone.border": "#32CD32",
"theme.bar.buttons.modules.microphone.background": "#121212",
"theme.bar.buttons.modules.microphone.text": "#32CD32",
"theme.bar.buttons.modules.microphone.icon": "#32CD32",
"theme.bar.buttons.modules.microphone.icon_background": "#121212"
}