diff --git a/home/home.nix b/home/home.nix
index bff3558..805abeb 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -670,7 +670,7 @@ in {
width = if laptop then 1450 else 2200;
# Choose the order of the modules "custom/wintitle",
# modules-left = [ "hyprland/workspaces" "hyprland/window" ];
- modules-left = [ "niri/workspaces" "niri/window" ];
+ modules-left = [ "hyprland/workspaces" "hyprland/window" "niri/window" ];
modules-center = [ "clock" ];
modules-right =
[ "cpu" "memory" "pulseaudio" "backlight" "battery" "tray" ];
@@ -678,7 +678,7 @@ in {
margin-bottom = if laptop then 4 else 0;
margin-left = 6;
margin-right = 6;
- "niri/window" = { format = "{title}"; icon = true; };
+ "niri/window" = { format = " {title}"; icon = true; };
"hyprland/window" = { format = "{title}"; icon = true; };
workspaces = { format = " {name} "; };
"hyprland/workspaces" = {
diff --git a/home/modules/niri.nix b/home/modules/niri.nix
index 148930c..58a5a43 100644
--- a/home/modules/niri.nix
+++ b/home/modules/niri.nix
@@ -105,7 +105,7 @@ in
"Super+I".action.spawn = ["alacritty" "--class" "btm" "-e" "btm"];
"Super+Alt+B".action.spawn = ["alacritty" "--class" "bluetui" "-e" "bluetui"];
"Super+Alt+W".action.spawn = ["alacritty" "--class" "impala" "-e" "impala"];
- "Super+A".action.spawn = ["alacritty" "--class" "pulsemixer" "-e" "pulsemixer"];
+ "Super+A".action.spawn = ["alacritty" "--class" "pulsemixer" "-e" "${pkgs.wiremix}/bin/wiremix"];
"Super+Shift+F".action.spawn = ["cosmic-files"];
"Super+Shift+Q".action = quit;
"Super+O".action = toggle-overview;
diff --git a/pkgs/desktop-packages.nix b/pkgs/desktop-packages.nix
index f834a5d..874eaea 100644
--- a/pkgs/desktop-packages.nix
+++ b/pkgs/desktop-packages.nix
@@ -118,7 +118,7 @@
libreoffice-qt6-fresh
vlc
haskellPackages.greenclip
- pulsemixer
+ wiremix
any-nix-shell
wtype
xdotool