mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -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#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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue