From 42051a089afd8a90c1254149e9d4ef8dd9816f39 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 12 Jan 2024 07:09:39 +0000 Subject: [PATCH] waybar: move mpris module from centre to left section --- home/hyprland/waybar/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/hyprland/waybar/default.nix b/home/hyprland/waybar/default.nix index 1fd754df..d37b09fc 100644 --- a/home/hyprland/waybar/default.nix +++ b/home/hyprland/waybar/default.nix @@ -14,8 +14,8 @@ layer = "top"; position = "top"; # Layout - "modules-left" = [ "hyprland/workspaces" ]; - "modules-center" = [ "mpris" ]; + "modules-left" = [ "hyprland/workspaces" "mpris" ]; + "modules-center" = [ ]; "modules-right" = [ "battery" "pulseaudio"