replace blueman with blueberry

This commit is contained in:
Adithya 2024-05-12 22:57:10 +05:30
parent 31c603f368
commit 0c5e716cc0
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
4 changed files with 5 additions and 5 deletions

View file

@ -23,6 +23,7 @@
home.packages = with pkgs; let steam-custom = steam.override { extraPkgs = p: [ p.gamemode p.gamescope p.mangohud ]; }; in [ home.packages = with pkgs; let steam-custom = steam.override { extraPkgs = p: [ p.gamemode p.gamescope p.mangohud ]; }; in [
_1password-gui _1password-gui
blueberry
discord discord
doctl doctl
evince evince

View file

@ -67,7 +67,7 @@
format-connected = "󰂱"; format-connected = "󰂱";
format-disabled = "󰂲"; format-disabled = "󰂲";
format-off = "󰂲"; format-off = "󰂲";
on-click = "${pkgs.blueman}/bin/blueman-manager"; on-click = "${pkgs.blueberry}/bin/blueberry";
tooltip = false; tooltip = false;
}; };
tray = { tray = {

View file

@ -97,9 +97,9 @@ in
"size 50% 50%,class:^(pavucontrol)$,title:^(Volume Control)$" "size 50% 50%,class:^(pavucontrol)$,title:^(Volume Control)$"
"center,class:^(pavucontrol)$,title:^(Volume Control)$" "center,class:^(pavucontrol)$,title:^(Volume Control)$"
"float,class:^(.blueman-manager-wrapped)$" "float,class:^(blueberry.py)$"
"size 50% 50%,class:^(.blueman-manager-wrapped)$" "size 50% 50%,class:^(blueberry.py)$"
"center,class:^(.blueman-manager-wrapped)$" "center,class:^(blueberry.py)$"
"float,class:^(ytfzf)$" "float,class:^(ytfzf)$"
"size 90% 90%,class:^(ytfzf)$" "size 90% 90%,class:^(ytfzf)$"

View file

@ -12,7 +12,6 @@ in
./ssh.nix ./ssh.nix
]; ];
services = { services = {
blueman.enable = true;
cpupower-gui.enable = true; cpupower-gui.enable = true;
fstrim.enable = true; fstrim.enable = true;
fwupd.enable = true; fwupd.enable = true;