New backup 2025-07-18 09:30:02
This commit is contained in:
parent
cca2f20407
commit
a2a2fcdd01
2 changed files with 9 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
[window]
|
||||
opacity = 0.6
|
||||
dynamic_title = true
|
||||
dynamic_padding = true
|
||||
dynamic_padding = 0
|
||||
|
||||
[font]
|
||||
size = 10
|
||||
|
|
|
@ -11,12 +11,13 @@ $bar-bg-color: rgba($color5,0.8);
|
|||
$bar-module-bg-color: rgba($color5,0.0);
|
||||
$bar-module-fg-color: rgba($color0,0.8);
|
||||
$bar-module-inactive-fg-color: rgba($color0,0.4);
|
||||
$bar-module-active-fg-color: rgba($color13,0.9);
|
||||
//$bar-active-bg-color: rgba($color1,0.5);
|
||||
//$bar-active-fg-color: $color1;
|
||||
//$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-module-active-shadow: 1px 1px 4px rgba($color8,0.5),-1px 1px 4px rgba($color8,0.5),1px -1px 4px rgba($color8,0.5),-1px -1px 4px rgba($color8,0.5);
|
||||
$bar-hover-bg-color: rgba($color1,0.5);
|
||||
$bar-hover-fg-color: $color1;
|
||||
$bar-hover-fg-color: rgba($color13,0.6);
|
||||
$bar-module-border-radius: 8px;
|
||||
|
||||
// Global Styles
|
||||
|
@ -132,8 +133,9 @@ circular-progress {
|
|||
}*/
|
||||
|
||||
.music {
|
||||
color: $bar-module-bg-color;
|
||||
color: $bar-module-fg-color;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
}
|
||||
.rightgroup>label,
|
||||
.active_window{
|
||||
|
@ -166,22 +168,22 @@ label {
|
|||
}
|
||||
|
||||
.workspaces .focused{
|
||||
color: $bar-module-fg-color;
|
||||
color: $bar-module-active-fg-color;
|
||||
text-shadow: $bar-module-active-shadow;
|
||||
}
|
||||
button.active {
|
||||
text-shadow: $bar-module-active-shadow;
|
||||
color: $bar-module-fg-color;
|
||||
}
|
||||
.workspaces button:first-child,
|
||||
.workspaces button:first-child {
|
||||
//.reveal_children>box:first-child,
|
||||
//.reveal_children>scale:first-child,
|
||||
//.reveal_children>progressbar:first-child,
|
||||
//.reveal_children>button:first-child,
|
||||
.reveal_children>widget:first-child {
|
||||
//.reveal_children>widget:first-child {
|
||||
margin-left: 3px;
|
||||
border-radius:$bar-module-border-radius 0px 0px $bar-module-border-radius;
|
||||
border-left: 0px solid $bar-bg-color;
|
||||
// border-left: 0px solid $bar-bg-color;
|
||||
}
|
||||
|
||||
//.revealer-on-hover>widget>box>revealer>box>box>button {
|
||||
|
|
Loading…
Add table
Reference in a new issue