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";
position = "top";
# Layout
"modules-left" = ["hyprland/window" "mpris"];
"modules-center" = ["hyprland/workspaces"];
"modules-left" = [
"hyprland/workspaces"
"hyprland/window"
"mpris"
];
"modules-center" = [];
"modules-right" = [
"custom/notification"
"pulseaudio"
@ -69,13 +73,10 @@
"4" = [];
"5" = [];
"6" = [];
"7" = [];
"8" = [];
"9" = [];
};
};
mpris = {
"format" = "> {player_icon} {player}";
"format" = "{player_icon} {player}";
"tooltip-format" = "{player_icon} ({player}) {dynamic}";
"interval" = 1;
"dynamic-order" = ["album" "artist" "title" "position" "length"];