More hyprland and eww config
This commit is contained in:
parent
53a85240f2
commit
5914dffb7c
1 changed files with 17 additions and 0 deletions
17
modules/wm/hyprland/config/eww/eww.scss
Normal file
17
modules/wm/hyprland/config/eww/eww.scss
Normal 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;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue