nixos-configs/devices/wim/config/ags/scss/widgets/corners.scss

6 lines
136 B
SCSS
Raw Normal View History

2023-10-16 13:55:31 -04:00
.corner {
background-color: black;
border-radius: 18px; // Hard code because Hyprland rounding is in px
border-width: 0.068rem;
2023-10-16 13:55:31 -04:00
}