waybar: move workspace to left secion, reduce to 6 persistent
This commit is contained in:
parent
eca0208ab2
commit
5c16d48348
|
@ -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"];
|
||||
|
|
Loading…
Reference in a new issue