Files
df/tree/.config/eww/eww.scss
2024-05-07 22:54:24 +02:00

119 lines
1.8 KiB
SCSS

//$text: wheat;
$text: #f6daa8;
$highlight1: #4e8172;
$highlight2: #679a8b;
$background: #1d2021;
$background: #23231b;
*{
all: unset;
font-family: "Sauce Code Pro Nerd Font Mono";
color: $text;
}
window {
background: rgba($background, 0.85);
border-radius: 15px;
}
.workspace {
font-size: 18px;
font-weight: 300;
border: solid $highlight1 1px;
background: black;
border-radius: 30px;
padding-top: 3px;
padding-bottom: 5px;
margin: 8px;
margin-top: 3px;
margin-bottom: 3px;
box-shadow: 0 0px 5px 1px #06060b;
transition: all 1s;
}
.workspace.active {
font-weight: 600;
background: $text;
color: black;
}
.workspaces {
margin-top: 10px;
margin-bottom: 10px;
}
.boxed {
border: solid $highlight1 2px;
border-top: solid $highlight1 1px;
border-bottom: dotted $highlight1 6px;
color: $highlight1;
background: black;
border-radius: 30px;
padding-top: 0.5em;
padding-bottom: 0.3em;
box-shadow: 0 0px 5px 1px #06060b;
}
scale trough {
all: unset;
background-color: #22242b;
box-shadow: 0 0px 5px 1px #06060b;
border-radius: 16px;
min-width: 16px;
min-height: 70px;
margin: 0px 0px 0px 0px;
}
.volume {
min-height: 150px;
}
.volume trough highlight {
background-image: linear-gradient(to right, $highlight2 30%, $highlight1 50%, $highlight1 100% *50);
border-radius: 10px;
}
.battery {
margin-top: 20px;
padding-bottom: 0.6em;
}
.vpn {
font-size: 40px;
color: $highlight1;
border-color: green;
margin: 2px;
margin-top: 20px;
transition: border-color 1s;
transition: all 1s;
}
.vpn label {
margin-top: -5px;
margin-bottom: -5px;
}
.vpn:hover {
border-top: dotted 6px;
}
.vpn.connecting {
border-color: orange;
}
.vpn.disconnected {
border-color: red;
}
.clock {
font-size: 30px;
font-weight: 400;
color: $highlight1;
margin-top: 20px;
margin-bottom: 20px;
}
.clock label {
padding: 0;
margin-top: -11px;
}