Move hyprland/workspaces to centre of waybar, MPRIS with dynamic

display to the left section
This commit is contained in:
Evie Litherland-Smith 2024-01-16 18:14:25 +00:00
parent d7d4486be5
commit e8125a9653

View file

@ -14,8 +14,8 @@
layer = "top"; layer = "top";
position = "top"; position = "top";
# Layout # Layout
"modules-left" = [ "hyprland/workspaces" "mpris" ]; "modules-left" = [ "mpris" ];
"modules-center" = [ ]; "modules-center" = [ "hyprland/workspaces" ];
"modules-right" = [ "modules-right" = [
"battery" "battery"
"pulseaudio" "pulseaudio"
@ -53,8 +53,8 @@
sort-by = "id"; sort-by = "id";
}; };
mpris = { mpris = {
"format" = "{player_icon} <b>{artist} - {title}</b>"; "format" = "{player_icon} ({player}) {dynamic}";
"tooltip-format" = "{player_icon} ({player}) {dynamic}"; # "tooltip-format" = "{player_icon} ({player}) {dynamic}";
"interval" = 1; "interval" = 1;
"dynamic-order" = [ "album" "artist" "title" "position" "length" ]; "dynamic-order" = [ "album" "artist" "title" "position" "length" ];
"player-icons" = { "player-icons" = {