Improve eww bar
This commit is contained in:
@ -1,36 +1,26 @@
|
||||
$black: #1D2021;
|
||||
$black1: #282828;
|
||||
$white: #FBF1C7;
|
||||
$grey: #A89984;
|
||||
$blue: #458588;
|
||||
$cyan: #8EC07C;
|
||||
$pink: #D3869B;
|
||||
$yellow: #FABD2F;
|
||||
$purple: #B12686;
|
||||
$teal: #8EC07C;
|
||||
$darkteal: #689D6A;
|
||||
$green: #B8BB26;
|
||||
$orange: #FE8019;
|
||||
$red: #FB4934;
|
||||
$bluealt: $black1;
|
||||
$blackdark: $black;
|
||||
//$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: $blackdark;
|
||||
background: rgba($background, 0.85);
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.workspace {
|
||||
font-size: 18px;
|
||||
font-weight: 300;
|
||||
border: solid wheat 1px;
|
||||
border: solid $highlight1 1px;
|
||||
background: black;
|
||||
color: wheat;
|
||||
border-radius: 30px;
|
||||
padding-top: 3px;
|
||||
padding-bottom: 5px;
|
||||
@ -42,7 +32,8 @@ window {
|
||||
}
|
||||
|
||||
.workspace.active {
|
||||
background: wheat;
|
||||
font-weight: 600;
|
||||
background: $text;
|
||||
color: black;
|
||||
}
|
||||
|
||||
@ -51,6 +42,18 @@ window {
|
||||
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;
|
||||
@ -66,17 +69,23 @@ scale trough {
|
||||
}
|
||||
|
||||
.volume trough highlight {
|
||||
background-image: linear-gradient(to right, #6b4f73 30%, #5b3f63 50%, #5b3f63 100% *50);
|
||||
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: wheat;
|
||||
border-bottom: dotted green 6px;
|
||||
color: $highlight1;
|
||||
border-color: green;
|
||||
margin: 2px;
|
||||
margin-top: 20px;
|
||||
transition: border-color 1s;
|
||||
transition: all 1s;
|
||||
}
|
||||
|
||||
.vpn label {
|
||||
@ -84,6 +93,10 @@ scale trough {
|
||||
margin-bottom: -5px;
|
||||
}
|
||||
|
||||
.vpn:hover {
|
||||
border-top: dotted 6px;
|
||||
}
|
||||
|
||||
.vpn.connecting {
|
||||
border-color: orange;
|
||||
}
|
||||
@ -95,7 +108,7 @@ scale trough {
|
||||
.clock {
|
||||
font-size: 30px;
|
||||
font-weight: 400;
|
||||
color: wheat;
|
||||
color: $highlight1;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user