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";
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} <b>{artist} - {title}</b>";
"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" = {