Improve ewwbar

This commit is contained in:
2024-05-09 12:58:52 +02:00
parent 3ceaf2c0ca
commit 8d88dc5cd8
2 changed files with 45 additions and 29 deletions

View File

@ -4,6 +4,7 @@ $highlight2: #679a8b;
$background: #23231b;
$lowlight1: black;
$lowlight2: #1d1f21;
$transparent: rgba(#000000, 0.0);
*{
all: unset;
@ -40,16 +41,23 @@ window {
margin-bottom: 10px;
}
.boxed {
.bottom {
background-image: linear-gradient(to right, $transparent 40%, $highlight1 40%, $highlight1 60%, $transparent 60% );
margin-bottom: 2px;
}
.thingy {
border: solid $highlight1 2px;
border-top: solid $highlight1 1px;
border-bottom: dotted $highlight1 6px;
border-bottom: solid $highlight2 3px;
//border-bottom: dotted $highlight1 6px;
color: $highlight1;
background: $lowlight1;
border-radius: 30px;
padding-top: 0.5em;
padding-bottom: 0.3em;
margin-top: 20px;
padding-bottom: 0.4em;
margin-top: 10px;
min-height: 20px;
}
scale trough {
@ -79,17 +87,12 @@ scale trough {
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;
margin-top: -10px;
transition: all 0.2s;
}
@ -118,12 +121,21 @@ scale trough {
background: $lowlight2;
}
.date {
transition: all 0.2s;
}
.date:hover {
background-color: $lowlight2;
}
.date:active {
background-color: $highlight1;
}
.clock {
font-size: 30px;
font-weight: 400;
color: $highlight1;
margin-top: 20px;
margin-bottom: 20px;
margin-bottom: -1px;
}
.clock label {
padding: 0;