adding missing dirs

This commit is contained in:
2025-05-05 00:03:38 +02:00
parent 4e10b4d2c2
commit ce657c1b32
9 changed files with 261 additions and 0 deletions

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

@@ -0,0 +1,58 @@
* {
all: unset;
font-family: "SauceCodePro Nerd Font Propo";
}
.content {
padding: 10px;
background-color: rgba(34, 34, 34, .6);
border-radius: 20px;
border-color: #db5e5e;
border-style: solid;
border-width: 1px;
}
.buttons {
padding: 10px;
background-color: rgba(172, 89, 89, 0.4);
border-radius: 10px;
border-color: #2b1111;
border-style: solid;
border-width: 1px;
}
.topcontent {
margin-top: 50px;
padding: 20px;
background-color: rgba(29, 29, 29, 0.2);
border-radius: 100px;
//border-color: #db5e5e;
//border-style: solid;
border-width: 1px;
}
.centercontent {
padding: 20px;
//margin: 10px;
background-color: rgba(37, 23, 23, 0.4);
border-radius: 20px;
//border-color: #db5e5e;
//border-style: solid;
border-width: 1px;
}
.bottomcontent {
padding: 10px;
}
.infolabel {
padding: 20px;
}
/*
[scratchpads.network]
command = "nm-connection editor"
class = "nm-connection-editor"
size ="600px 800px"
margin = 50
unfocus = "hide"
animation = "fromRight"
multi = true
*/