imported previous rust projects and cleaned up unused files

This commit is contained in:
willifan 2024-05-23 18:56:06 +02:00
parent 0166b32872
commit 10b8db251b
432 changed files with 874 additions and 1585 deletions

96
eww/eww.scss Normal file
View file

@ -0,0 +1,96 @@
window {
border-width: 2px;
border-color: #595959;
border-radius: 12.5px;
}
.calendar {
border-width: 2px;
border-color: #595959;
border-radius: 12.5px;
}
.power {
border-width: 2px;
border-color: #595959;
border-radius: 12.5px;
}
.activeWorkspace {
border-radius: 10px;
background-color: #52341A;
}
.unoccupiedWorkspace {
color: grey;
}
.cpu {
color: red;
}
.ram {
color: green;
}
.volume {
color: lavender;
}
.muted {
color: red;
}
.brightness {
color: yellow;
}
.network {
color: orange;
}
.bluetooth {
color: lightblue;
}
.battery {
color: lightgreen;
}
.batteryLow {
color: red;
}
.power {
color: darkred;
}
.time {
}
.workspaces {
}
.playback {
}
.test {
border-radius: 15px;
}
.smallBox {
border-radius: 10px;
background-color: #44464D;
}
.smallBox:hover {
background-color: #3B3D45;
}
.smallBox:active {
background-color: #52341A;
}