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