diff --git a/home/hyprland/waybar/default.nix b/home/hyprland/waybar/default.nix index fde1333a..c18e0414 100644 --- a/home/hyprland/waybar/default.nix +++ b/home/hyprland/waybar/default.nix @@ -15,11 +15,15 @@ layer = "top"; position = "top"; # Layout - "modules-left" = - [ "hyprland/workspaces" "custom/separator" "hyprland/window" ]; + "modules-left" = [ + "hyprland/workspaces" + "custom/separator" + "hyprland/window" + "custom/separator" + "mpris" + ]; "modules-center" = [ ]; "modules-right" = [ - "mpris" "pulseaudio" "disk" "cpu" @@ -31,7 +35,7 @@ "tray" ]; # Module config - "custom/separator" = { format = " | "; }; + "custom/separator" = { format = "|"; }; "hyprland/workspaces" = { format = "{icon}"; format-icons = {