mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
fix
This commit is contained in:
parent
b8dece5c02
commit
decd7bf4b3
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@
|
||||||
format = " {status}";
|
format = " {status}";
|
||||||
format-disabled = ""; # an empty format will hide the module
|
format-disabled = ""; # an empty format will hide the module
|
||||||
format-connected = " {num_connections} connected";
|
format-connected = " {num_connections} connected";
|
||||||
on-click = lib.getExe' "blueberry" pkgs.blueberry;
|
on-click = lib.getExe' pkgs.blueberry "blueberry";
|
||||||
};
|
};
|
||||||
pulseaudio = {
|
pulseaudio = {
|
||||||
# "scroll-step": 1, // %, can be a float
|
# "scroll-step": 1, // %, can be a float
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue