desktop-utils/eww.scss
2024-03-13 19:01:27 +01:00

96 lines
No EOL
894 B
SCSS

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;
}