2024-12-07 16:14 : id 243
This commit is contained in:
parent
d839b6dc5a
commit
77171a8a26
@ -245,10 +245,10 @@ in
|
||||
interval = 1;
|
||||
};
|
||||
};
|
||||
main = {
|
||||
top = {
|
||||
exclusive = false;
|
||||
layer = "top";
|
||||
name = "main";
|
||||
name = "top";
|
||||
position = "top";
|
||||
height = 20;
|
||||
modules-left = ["hyprland/workspaces"];
|
||||
@ -271,6 +271,20 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
bottom = {
|
||||
exclusive = false;
|
||||
layer = "top";
|
||||
name = "bottom";
|
||||
position = "bottom";
|
||||
height = 20;
|
||||
modules-left = [ "network" ];
|
||||
"network" = {
|
||||
interface = "enp42s0";
|
||||
interval = 10;
|
||||
family = "ipv4";
|
||||
format-ethernet = "{ifname}: {ipaddr} ";
|
||||
};
|
||||
};
|
||||
};
|
||||
style = ''
|
||||
window#waybar.screenBorder {
|
||||
@ -280,7 +294,7 @@ in
|
||||
border-radius: ${WAYBAR_CORNER_RADIUS}px;
|
||||
margin: 20px;
|
||||
}
|
||||
window#waybar.main {
|
||||
window#waybar.top {
|
||||
background-color: transparent;
|
||||
}
|
||||
#workspaces button {
|
||||
|
Loading…
x
Reference in New Issue
Block a user