2024-11-18 00:27 : id 166

This commit is contained in:
deadvey 2024-11-18 00:27:27 +00:00
parent 6342f5c11c
commit fb143e03b4

View File

@ -196,6 +196,7 @@ in
screenBorder = { screenBorder = {
mode = "overlay"; mode = "overlay";
layer = "bottom"; layer = "bottom";
name = "screenBorder";
position = "top"; position = "top";
height = SCREEN_HEIGHT; height = SCREEN_HEIGHT;
width = SCREEN_WIDTH; width = SCREEN_WIDTH;
@ -219,7 +220,7 @@ in
}; };
}; };
style = '' style = ''
window { window#waybar.screenBorder {
border: ${BORDER_WIDTH}px solid #${ACCENT}; border: ${BORDER_WIDTH}px solid #${ACCENT};
background-color: transparent; background-color: transparent;
box-shadow: 0px 0px 0px 60px black, 0px 0px 0px 0.5px #${FG}; box-shadow: 0px 0px 0px 60px black, 0px 0px 0px 0.5px #${FG};