mirror of
https://github.com/nix-community/home-manager.git
synced 2024-12-14 11:57:55 +00:00
i3status-rust: fix bars.block example (#2016)
This commit is contained in:
parent
6a471f1b11
commit
b0688a631b
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ in {
|
||||||
on_click = "pavucontrol --tab=3";
|
on_click = "pavucontrol --tab=3";
|
||||||
mappings = {
|
mappings = {
|
||||||
"alsa_output.pci-0000_00_1f.3.analog-stereo" = "";
|
"alsa_output.pci-0000_00_1f.3.analog-stereo" = "";
|
||||||
"bluez_sink.70_26_05_DA_27_A4.a2dp_sink" = ""
|
"bluez_sink.70_26_05_DA_27_A4.a2dp_sink" = "";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue