2024-11-18 21:57 : id 202

This commit is contained in:
deadvey 2024-11-18 21:57:55 +00:00
parent 3fe89be101
commit 5ec1b57b58

View File

@ -266,8 +266,15 @@ in
padding: 0px; padding: 0px;
margin: 6px; margin: 6px;
} }
#custom-clock,
#custom-caway { #custom-caway {
color: #${FG};
background: transparent;
border: ${BORDER_WIDTH}px solid #${ACCENT};
border-radius: ${WAYBAR_CORNER_RADIUS};
box-shadow: 12px 12px 0px 2px #${SHADOW_COLOR};
margin: 6px;
}
#custom-clock {
color: #${FG}; color: #${FG};
background: transparent; background: transparent;
border: ${BORDER_WIDTH}px solid #${ACCENT}; border: ${BORDER_WIDTH}px solid #${ACCENT};