desktop-utils/eww/eww.scss
2024-06-01 17:20:15 +02:00

104 lines
1.1 KiB
SCSS

@import url("file:///home/willifan/.config/gtk-4.0/gtk.css");
window {
background-image: none;
box-shadow: none;
background-color: rgba(12, 12, 12, 0.0);
}
.barbox {
border-width: 2px;
border-color: #595959;
border-radius: 15px;
background-color: rgba(12, 12, 12, 0.9);
}
.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;
}