waybar: move workspace to left secion, reduce to 6 persistent

This commit is contained in:
Evie Litherland-Smith 2024-03-12 14:17:15 +00:00
parent eca0208ab2
commit 5c16d48348

View file

@ -18,8 +18,12 @@
layer = "top"; layer = "top";
position = "top"; position = "top";
# Layout # Layout
"modules-left" = ["hyprland/window" "mpris"]; "modules-left" = [
"modules-center" = ["hyprland/workspaces"]; "hyprland/workspaces"
"hyprland/window"
"mpris"
];
"modules-center" = [];
"modules-right" = [ "modules-right" = [
"custom/notification" "custom/notification"
"pulseaudio" "pulseaudio"
@ -69,13 +73,10 @@
"4" = []; "4" = [];
"5" = []; "5" = [];
"6" = []; "6" = [];
"7" = [];
"8" = [];
"9" = [];
}; };
}; };
mpris = { mpris = {
"format" = "> {player_icon} {player}"; "format" = "{player_icon} {player}";
"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"];