From 79553ac61b8504fc699c6945bb76d280d36ea7fc Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 13 Nov 2023 20:13:20 +0000 Subject: [PATCH] Move MPRIS module to left of waybar --- home/hyprland/waybar/default.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 = {