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

@@ -384,5 +384,10 @@
"theme.bar.buttons.modules.cava.background": "#272a3d",
"theme.bar.buttons.modules.cava.icon_background": "#1abc9c",
"theme.bar.buttons.modules.cava.icon": "#1abc9c",
"theme.bar.buttons.modules.cava.border": "#1abc9c"
"theme.bar.buttons.modules.cava.border": "#1abc9c",
"theme.bar.buttons.modules.microphone.border": "#9ece6a",
"theme.bar.buttons.modules.microphone.background": "#272a3d",
"theme.bar.buttons.modules.microphone.text": "#9ece6a",
"theme.bar.buttons.modules.microphone.icon": "#9ece6a",
"theme.bar.buttons.modules.microphone.icon_background": "#272a3d"
}