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" = {