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

@@ -466,6 +466,8 @@ in
theme.bar.buttons.modules.kbLayout.enableBorder = mkBoolOption false;
theme.bar.buttons.modules.kbLayout.spacing = mkStrOption "0.45em";
theme.bar.buttons.modules.netstat.enableBorder = mkBoolOption false;
theme.bar.buttons.modules.microphone.enableBorder = mkBoolOption false,
theme.bar.buttons.modules.microphone.spacing = mkStrOption "0.45em",
theme.bar.buttons.modules.netstat.spacing = mkStrOption "0.45em";
theme.bar.buttons.modules.power.enableBorder = mkBoolOption false;
theme.bar.buttons.modules.power.spacing = mkStrOption "0.45em";