feat(waybar): move workspaces to left of playerlabel

This commit is contained in:
Youwen Wu 2025-04-28 00:16:52 -07:00
parent 74d43b6887
commit 9791c9ed29
Signed by: youwen
GPG key ID: 865658ED1FE61EC3

View file

@ -51,12 +51,12 @@ in
"custom/playerctl#play" "custom/playerctl#play"
"custom/playerctl#foward" "custom/playerctl#foward"
]) ])
++ [
"custom/playerlabel"
]
++ (lib.optionals isLaptop [ ++ (lib.optionals isLaptop [
"hyprland/workspaces" "hyprland/workspaces"
]); ])
++ [
"custom/playerlabel"
];
modules-center = lib.mkIf isDesktop [ modules-center = lib.mkIf isDesktop [
"cava#left" "cava#left"
"hyprland/workspaces" "hyprland/workspaces"