2024-12-07 17:10 : id 251

This commit is contained in:
deadvey 2024-12-07 17:10:52 +00:00
parent e0a67edf07
commit 653c294f1b

View File

@ -273,6 +273,13 @@ in
position = "right";
modules-center = [ "hyprland/workspaces" ];
};
left = {
exclusive = false;
layer = "top";
name = "right";
position = "right";
modules-center = [ "cpu" "memory" "disk" ];
};
bottom = {
exclusive = false;
layer = "top";
@ -307,7 +314,9 @@ in
margin: 20px;
}
window#waybar.top,
window#waybar.bottom {
window#waybar.bottom,
window#waybar.right,
window#waybar.left {
background-color: transparent;
}
#workspaces button {