Move hyprland/workspaces to centre of waybar, MPRIS with dynamic
display to the left section
This commit is contained in:
parent
d7d4486be5
commit
e8125a9653
|
@ -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" = {
|
||||
|
|
Loading…
Reference in a new issue