New backup 2025-07-01 08:15:06
This commit is contained in:
parent
25b8480691
commit
b9c9a92eb3
1 changed files with 16 additions and 11 deletions
|
@ -67,7 +67,6 @@ circular-progress {
|
||||||
}
|
}
|
||||||
|
|
||||||
.revealer-on-hover {
|
.revealer-on-hover {
|
||||||
// background-color: $bar-module-bg-color;
|
|
||||||
color: $bar-module-fg-color;
|
color: $bar-module-fg-color;
|
||||||
border-radius: $bar-module-border-radius;
|
border-radius: $bar-module-border-radius;
|
||||||
}
|
}
|
||||||
|
@ -88,7 +87,6 @@ circular-progress {
|
||||||
.reveal_children>widget,
|
.reveal_children>widget,
|
||||||
.reveal_children>button {
|
.reveal_children>button {
|
||||||
border-left: 1px solid $bar-bg-color;
|
border-left: 1px solid $bar-bg-color;
|
||||||
// border-radius:$bar-module-border-radius;
|
|
||||||
}
|
}
|
||||||
.rightgroup>label,
|
.rightgroup>label,
|
||||||
.rightgroup>button,
|
.rightgroup>button,
|
||||||
|
@ -113,7 +111,6 @@ label {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
.workspaces {
|
.workspaces {
|
||||||
// background-color: $bar-module-bg-color;
|
|
||||||
border-radius: $bar-module-border-radius;
|
border-radius: $bar-module-border-radius;
|
||||||
}
|
}
|
||||||
.workspaces button {
|
.workspaces button {
|
||||||
|
@ -198,9 +195,16 @@ tooltip{
|
||||||
border: 2px solid rgba($color0,0.5);
|
border: 2px solid rgba($color0,0.5);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$home-widget-bg-color: rgba($color0,0.7);
|
||||||
|
$home-widget-border-radius: 8px;
|
||||||
|
$home-button-bg-color: rgba($color13, 0.25);
|
||||||
|
$home-button-fg-color: rgba($color5,1);
|
||||||
|
$home-widget-subtitle-color: rgba($color3,1)
|
||||||
|
|
||||||
.home {
|
.home {
|
||||||
> box {
|
> box {
|
||||||
border-radius: 8px;
|
border-radius: $home-widget-border-radius;
|
||||||
box-shadow: inset 0 0 0px 3px rgba($color1,0.75);
|
box-shadow: inset 0 0 0px 3px rgba($color1,0.75);
|
||||||
}
|
}
|
||||||
.rat {
|
.rat {
|
||||||
|
@ -208,18 +212,19 @@ tooltip{
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
.weather {
|
.weather {
|
||||||
background-color: rgba($color0,0.5);
|
background-color: $home-widget-bg-color;
|
||||||
padding: 10px 0px;
|
padding: 10px 0px;
|
||||||
.weather-subtitle{
|
.weather-subtitle{
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
color: rgba($color7,1);
|
color: $home-widget-subtitle-color;
|
||||||
|
// color: rgba($color7,1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.notes {
|
.notes {
|
||||||
background-color: rgba($color0,0.5);
|
background-color: $home-widget-bg-color;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
button {
|
button {
|
||||||
background-color: rgba($color9,0.5);
|
background-color: $home-button-bg-color;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
|
@ -236,10 +241,10 @@ tooltip{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.shortcuts {
|
.shortcuts {
|
||||||
background-color: rgba($color0,0.5);
|
background-color: $home-widget-bg-color;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
button {
|
button {
|
||||||
background-color: rgba($color9,0.5);
|
background-color: $home-button-bg-color;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
|
|
Loading…
Add table
Reference in a new issue