hyprland/waybar: switched bluetooth client to blueberry

This commit is contained in:
Aly Raffauf 2024-03-27 20:46:44 -04:00
parent 65d933bdb5
commit 0db4e45289
2 changed files with 5 additions and 5 deletions

View file

@ -152,13 +152,13 @@ misc {
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
# PavuControl, nmtui, and overskride float.
# PavuControl, nmtui, and blueberry float.
windowrulev2 = float,class:(pavucontrol)
windowrulev2 = center(1),class:(pavucontrol)
windowrulev2 = float,class:(nmtui)
windowrulev2 = center(1),class:(nmtui)
windowrulev2 = float,title:(overskride)
windowrulev2 = center(1),title:(overskride)
windowrulev2 = float,class:(blueberry.py)
windowrulev2 = center(1),class:(blueberry.py)
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER

View file

@ -2,7 +2,7 @@
{
# Packages that should be installed to the user profile.
home.packages = with pkgs; [ overskride pavucontrol ];
home.packages = with pkgs; [ blueberry pavucontrol ];
xdg.configFile."waybar/style.css".source = ./waybar.css;
@ -54,7 +54,7 @@
{device_enumerate}'';
"tooltip-format-enumerate-connected" =
"{device_alias} {device_address}";
"on-click" = "overskride";
"on-click" = "blueberry";
};
"pulseaudio" = {
"format" = " {volume}%";