nix-config/modules/wm/hyprland/config/eww/eww.scss
2025-03-31 23:50:46 +02:00

23 lines
359 B
SCSS

$bg-color: rgba(0, 0, 0, 0.8);
$text-color: rgba(255, 255, 255, 1);
$main-color: rgba(255, 0, 0, 1);
$accent-color: rgba(0, 255, 0, 1);
$font-size: 20px;
* {
margin: 4px;
background: rgba(0, 0, 0, 0)
}
window {
background-color: $bg-color;
border-radius: 30px;
font-size: $font-size;
}
.time {
border: 1px solid red;
border-radius: 15px;
}