updating a lot of hyprland config pieces
This commit is contained in:
parent
28645f7175
commit
d9cf8e32a7
9 changed files with 245 additions and 172 deletions
53
eww/eww.scss
53
eww/eww.scss
|
@ -38,6 +38,7 @@ $base0E: #ff6ac1;
|
|||
$base0F: #b2643c;
|
||||
$basetransparent: rgba(40, 42, 54, 0.0);
|
||||
$backtransparent: rgba(40, 42, 54, 0.7);
|
||||
$darktransparent: rgba(40, 42, 54, 0.97);
|
||||
|
||||
/** General **/
|
||||
.bar_class {
|
||||
|
@ -52,7 +53,7 @@ $backtransparent: rgba(40, 42, 54, 0.7);
|
|||
}
|
||||
|
||||
.side{
|
||||
background-color: $backtransparent;
|
||||
background-color: $base00;
|
||||
border-width: 0px;
|
||||
padding: 30px 30px 0px 30px;
|
||||
border-radius: 20px 20px 20px 20px;
|
||||
|
@ -116,17 +117,23 @@ tooltip label {
|
|||
border-radius: 5px;
|
||||
}
|
||||
.brightbar trough highlight {
|
||||
background-image: linear-gradient(to right, $orange 30%, #f2cdcd 50%, $orange 100% *50);
|
||||
background-color: $base09;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.brightbar {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
.volbar trough highlight {
|
||||
background-image: linear-gradient(to right, #afcee0 30%, #92B6F4 50%, #77a5bf 100% *50);
|
||||
background-color: $base08;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.volbar {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
.volume_icon {
|
||||
font-size: 18;
|
||||
color: $base08;
|
||||
margin: 0px 10px 0px 10px;
|
||||
margin: 0px 15px 0px 3px;
|
||||
}
|
||||
|
||||
|
||||
|
@ -178,7 +185,7 @@ tooltip label {
|
|||
.bright_icon {
|
||||
font-size: 18;
|
||||
color: $base09;
|
||||
margin: 0px 10px 0px 10px;
|
||||
margin: 0px 15px 0px 3px;
|
||||
}
|
||||
|
||||
|
||||
|
@ -386,18 +393,18 @@ color: $black;
|
|||
}
|
||||
|
||||
.speaker_bar scale trough highlight {
|
||||
all: unset;
|
||||
all: unset;
|
||||
background-image: linear-gradient(to right, #afcee0 30%, #92B6F4 50%, #77a5bf 100% *50);
|
||||
border-radius: 24px;
|
||||
border-radius: 24px;
|
||||
}
|
||||
.speaker_bar scale trough {
|
||||
all: unset;
|
||||
background-color: $widget-background;
|
||||
all: unset;
|
||||
background-color: $widget-background;
|
||||
box-shadow: 0 6px 5px 2px $shadow;
|
||||
border-radius: 24px;
|
||||
min-height: 13px;
|
||||
min-width: 120px;
|
||||
margin : 0px 0px 5px 0px;
|
||||
border-radius: 24px;
|
||||
min-height: 13px;
|
||||
min-width: 120px;
|
||||
margin : 0px 0px 5px 0px;
|
||||
}
|
||||
|
||||
|
||||
|
@ -688,3 +695,23 @@ scale trough {
|
|||
color: $white;
|
||||
margin: 0px 0px 0px 20px;
|
||||
}
|
||||
.battery-container {
|
||||
background-color: $darktransparent;
|
||||
border-radius: 16px;
|
||||
}
|
||||
.battery-icon {
|
||||
margin: 10px;
|
||||
margin-left: 20px;
|
||||
font-size: 28px;
|
||||
}
|
||||
.battery-value trough highlight {
|
||||
background-color: $base08;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.battery-value {
|
||||
margin-bottom: 30px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
.battery-label {
|
||||
margin: 20px 50px 10px 40px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue