added eww config

This commit is contained in:
2025-02-26 12:17:04 +01:00
commit 07020f3c30
4 changed files with 146 additions and 0 deletions

30
.config/eww/eww.scss Normal file
View File

@@ -0,0 +1,30 @@
@import 'widgets';
* {
all: unset;
}
window {
background: transparent;
color: transparent;
* {
font-family: 'Ubuntu Nerd Font Regular';
font-size: 0.9rem;
border-radius: 1.5rem 1rem;
padding: 2px 6px;
}
/* Modules */
.left {
//background: orange;
}
.center {
//background: blue;
}
.right {
//background: yellow;
}
}