mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
bluetooth
This commit is contained in:
parent
acd37d67e2
commit
c93922931a
1 changed files with 7 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
"clock"
|
||||
];
|
||||
modules-right = [
|
||||
"bluetooth"
|
||||
"privacy"
|
||||
"pulseaudio"
|
||||
"cpu"
|
||||
|
|
@ -75,6 +76,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
bluetooth = {
|
||||
format = " {status}";
|
||||
format-disabled = ""; # an empty format will hide the module
|
||||
format-connected = " {num_connections} connected";
|
||||
on-click = lib.getExe pkgs.overskride;
|
||||
};
|
||||
pulseaudio = {
|
||||
# "scroll-step": 1, // %, can be a float
|
||||
"format" = "{volume}% {icon} {format_source}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue