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