More hyprland and eww config

This commit is contained in:
KoenDR06 2025-03-09 18:17:05 +01:00
parent 53a85240f2
commit 5914dffb7c

View file

@ -0,0 +1,17 @@
$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: 2.5rem;
* {
margin: 1.25rem;
}
window {
background-color: $bg-color;
border-radius: 2.5rem;
font-size: $font-size;
}