From e8125a96537340bbf7238e69946434146fe68a38 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 16 Jan 2024 18:14:25 +0000 Subject: [PATCH] Move hyprland/workspaces to centre of waybar, MPRIS with dynamic display to the left section --- home/hyprland/waybar/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/hyprland/waybar/default.nix b/home/hyprland/waybar/default.nix index bd1d766b..b9602226 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" "mpris" ]; - "modules-center" = [ ]; + "modules-left" = [ "mpris" ]; + "modules-center" = [ "hyprland/workspaces" ]; "modules-right" = [ "battery" "pulseaudio" @@ -53,8 +53,8 @@ sort-by = "id"; }; mpris = { - "format" = "{player_icon} {artist} - {title}"; - "tooltip-format" = "{player_icon} ({player}) {dynamic}"; + "format" = "{player_icon} ({player}) {dynamic}"; + # "tooltip-format" = "{player_icon} ({player}) {dynamic}"; "interval" = 1; "dynamic-order" = [ "album" "artist" "title" "position" "length" ]; "player-icons" = {