mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat(waybar): move workspaces to left of playerlabel
This commit is contained in:
parent
74d43b6887
commit
9791c9ed29
1 changed files with 4 additions and 4 deletions
|
@ -51,12 +51,12 @@ in
|
|||
"custom/playerctl#play"
|
||||
"custom/playerctl#foward"
|
||||
])
|
||||
++ [
|
||||
"custom/playerlabel"
|
||||
]
|
||||
++ (lib.optionals isLaptop [
|
||||
"hyprland/workspaces"
|
||||
]);
|
||||
])
|
||||
++ [
|
||||
"custom/playerlabel"
|
||||
];
|
||||
modules-center = lib.mkIf isDesktop [
|
||||
"cava#left"
|
||||
"hyprland/workspaces"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue