2024-12-07 17:10 : id 251
This commit is contained in:
parent
e0a67edf07
commit
653c294f1b
@ -273,6 +273,13 @@ in
|
|||||||
position = "right";
|
position = "right";
|
||||||
modules-center = [ "hyprland/workspaces" ];
|
modules-center = [ "hyprland/workspaces" ];
|
||||||
};
|
};
|
||||||
|
left = {
|
||||||
|
exclusive = false;
|
||||||
|
layer = "top";
|
||||||
|
name = "right";
|
||||||
|
position = "right";
|
||||||
|
modules-center = [ "cpu" "memory" "disk" ];
|
||||||
|
};
|
||||||
bottom = {
|
bottom = {
|
||||||
exclusive = false;
|
exclusive = false;
|
||||||
layer = "top";
|
layer = "top";
|
||||||
@ -307,7 +314,9 @@ in
|
|||||||
margin: 20px;
|
margin: 20px;
|
||||||
}
|
}
|
||||||
window#waybar.top,
|
window#waybar.top,
|
||||||
window#waybar.bottom {
|
window#waybar.bottom,
|
||||||
|
window#waybar.right,
|
||||||
|
window#waybar.left {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user