home: i3bar: remove bluetooth mouse item
This commit is contained in:
parent
c712d25398
commit
562701109f
|
@ -12,7 +12,6 @@
|
||||||
./laptop.nix
|
./laptop.nix
|
||||||
./lorri.nix
|
./lorri.nix
|
||||||
./rofi.nix
|
./rofi.nix
|
||||||
./secrets
|
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
./themes
|
./themes
|
||||||
./tmux.nix
|
./tmux.nix
|
||||||
|
|
Binary file not shown.
|
@ -1,19 +0,0 @@
|
||||||
{ lib, ... }:
|
|
||||||
let
|
|
||||||
inherit (lib)
|
|
||||||
fileContents
|
|
||||||
mkOption
|
|
||||||
types
|
|
||||||
;
|
|
||||||
in
|
|
||||||
{
|
|
||||||
options.my.secrets = mkOption {
|
|
||||||
type = types.attrs;
|
|
||||||
};
|
|
||||||
|
|
||||||
config.my.secrets = {
|
|
||||||
# I'm not sure hiding this is very important, but it *seems* like a bad idea
|
|
||||||
# to expose this
|
|
||||||
bluetooth-mouse-mac-address = fileContents ./bluetooth-mouse-mac-address.secret;
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -105,12 +105,6 @@ in
|
||||||
block = "networkmanager";
|
block = "networkmanager";
|
||||||
primary_only = true;
|
primary_only = true;
|
||||||
}
|
}
|
||||||
{
|
|
||||||
block = "bluetooth";
|
|
||||||
mac = config.my.secrets.bluetooth-mouse-mac-address;
|
|
||||||
hide_disconnected = true;
|
|
||||||
format = "{percentage}";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
block = "sound";
|
block = "sound";
|
||||||
driver = "pulseaudio";
|
driver = "pulseaudio";
|
||||||
|
|
Loading…
Reference in a new issue