diff --git a/home/hypr/hyprland.conf b/home/hypr/hyprland.conf index 29407bad..fe09a628 100644 --- a/home/hypr/hyprland.conf +++ b/home/hypr/hyprland.conf @@ -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 diff --git a/home/waybar/default.nix b/home/waybar/default.nix index c63c44cd..2c0f6375 100644 --- a/home/waybar/default.nix +++ b/home/waybar/default.nix @@ -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}%";