Move MPRIS module to left of waybar
This commit is contained in:
parent
aed707ea8e
commit
79553ac61b
|
@ -15,11 +15,15 @@
|
|||
layer = "top";
|
||||
position = "top";
|
||||
# Layout
|
||||
"modules-left" =
|
||||
[ "hyprland/workspaces" "custom/separator" "hyprland/window" ];
|
||||
"modules-left" = [
|
||||
"hyprland/workspaces"
|
||||
"custom/separator"
|
||||
"hyprland/window"
|
||||
"custom/separator"
|
||||
"mpris"
|
||||
];
|
||||
"modules-center" = [ ];
|
||||
"modules-right" = [
|
||||
"mpris"
|
||||
"pulseaudio"
|
||||
"disk"
|
||||
"cpu"
|
||||
|
@ -31,7 +35,7 @@
|
|||
"tray"
|
||||
];
|
||||
# Module config
|
||||
"custom/separator" = { format = " | "; };
|
||||
"custom/separator" = { format = "|"; };
|
||||
"hyprland/workspaces" = {
|
||||
format = "{icon}";
|
||||
format-icons = {
|
||||
|
|
Loading…
Reference in a new issue