New backup 2025-07-01 01:45:02
This commit is contained in:
parent
1ed02ec9b2
commit
9a94057a92
1 changed files with 9 additions and 2 deletions
|
@ -9,9 +9,10 @@ $bar-module-width: 25px;
|
||||||
$bar-bg-color: rgba($color0,0.8);
|
$bar-bg-color: rgba($color0,0.8);
|
||||||
$bar-module-bg-color: rgba($color5,0.15);
|
$bar-module-bg-color: rgba($color5,0.15);
|
||||||
$bar-module-fg-color: $color13;
|
$bar-module-fg-color: $color13;
|
||||||
|
$bar-module-inactive-fg-color: rgba($color13,0.5);
|
||||||
//$bar-active-bg-color: rgba($color1,0.5);
|
//$bar-active-bg-color: rgba($color1,0.5);
|
||||||
//$bar-active-fg-color: $color1;
|
//$bar-active-fg-color: $color1;
|
||||||
$bar-module-active-shadow: 1px 1px 3px rgba($color5,0.3),-1px 1px 3px rgba($color5,0.3),1px -1px 3px rgba($color5,0.3),-1px -1px 3px rgba($color5,0.3);
|
$bar-module-active-shadow: 1px 1px 4px rgba($color5,0.5),-1px 1px 4px rgba($color5,0.5),1px -1px 4px rgba($color5,0.5),-1px -1px 4px rgba($color5,0.5);
|
||||||
$bar-hover-bg-color: rgba($color1,0.5);
|
$bar-hover-bg-color: rgba($color1,0.5);
|
||||||
$bar-hover-fg-color: $color1;
|
$bar-hover-fg-color: $color1;
|
||||||
$bar-module-border-radius: 8px;
|
$bar-module-border-radius: 8px;
|
||||||
|
@ -89,6 +90,12 @@ circular-progress {
|
||||||
}
|
}
|
||||||
.rightgroup>label,
|
.rightgroup>label,
|
||||||
.rightgroup>button,
|
.rightgroup>button,
|
||||||
|
.rightgroup>.revealer-on-hover>widget>box>box>button {
|
||||||
|
// background-color: $bar-module-bg-color;
|
||||||
|
color: $bar-module-inactive-fg-color;
|
||||||
|
padding: 3px 4px;
|
||||||
|
border-radius: $bar-module-border-radius;
|
||||||
|
}
|
||||||
.music,
|
.music,
|
||||||
.profile,
|
.profile,
|
||||||
.active_window{
|
.active_window{
|
||||||
|
|
Loading…
Add table
Reference in a new issue