New backup 2025-07-01 10:45:02

This commit is contained in:
Penelope Gwen 2025-07-01 10:45:02 -07:00
parent f7a635c74b
commit 41426e17a0

View file

@ -51,13 +51,17 @@ $bar-module-border-radius: 8px;
margin: 5px; margin: 5px;
min-width: $bar-module-width; min-width: $bar-module-width;
background-color: $bar-module-bg-color; background-color: $bar-module-bg-color;
>widget>box>box:has(label) { >widget>box>box label {
padding: 0px 10px; padding: 0px 10px;
} }
.reveal_children>* { .reveal_children label {
padding: 0px 10px; padding: 0px 5px;
} }
} }
.workspaces {
margin: 5px;
background-color: $bar-module-bg-color;
}
//value bars //value bars
scale trough, scale trough,
@ -94,9 +98,7 @@ circular-progress {
background-color: rgba($color1,0.5); background-color: rgba($color1,0.5);
} }
} }
.revealer-on-hover>widget>box>box>*{
border-radius:$bar-module-border-radius;
}
.reveal_children>box, .reveal_children>box,
.reveal_children>widget, .reveal_children>widget,
.reveal_children>button { .reveal_children>button {
@ -104,10 +106,8 @@ circular-progress {
} }
.rightgroup>label, .rightgroup>label,
.rightgroup>button, .rightgroup>button,
//.rightgroup>.revealer-on-hover>widget>box>revealer>button,
.rightgroup .reveal_children>button, .rightgroup .reveal_children>button,
.rightgroup>.revealer-on-hover>widget>box>box>button { .rightgroup>.revealer-on-hover>widget>box>box>button {
// background-color: $bar-module-bg-color;
color: $bar-module-inactive-fg-color; color: $bar-module-inactive-fg-color;
padding: 3px 4px; padding: 3px 4px;
border-radius: $bar-module-border-radius; border-radius: $bar-module-border-radius;