New backup 2025-09-02 11:30:02

This commit is contained in:
Penelope Gwen 2025-09-02 11:30:02 -07:00
parent d502d25a76
commit c0873628b0
3 changed files with 26 additions and 23 deletions

View file

@ -5,7 +5,8 @@ $transition-time: 0.3s;
font-size: 1.05em;
padding: 6px;
margin: 4px 10px;
background-color: rgba($bar-bg-color, 0.2);
background-color: rgba(mix($bar-bg-color, $color0, 65%), 0.4);
// background-color: rgba($bar-bg-color, 0.2);
border-radius: $bar-module-border-radius;
.leftgroup,
@ -48,30 +49,10 @@ $transition-time: 0.3s;
@import "./bar/workspaces.scss";
@import "./bar/scratchpad.scss";
.scratchpad {
&>widget>box>box>label {
padding: 0px 10px;
}
}
@import "./bar/charts.scss";
scale trough,
progressbar>trough {
background-color: $color9;
min-width: 50px;
min-height: 10px;
border-radius: 4px;
}
scale trough highlight,
progressbar>trough>progress {
background-color: $color2;
border-radius: 4px;
min-height: 10px;
}
circular-progress {
color: $color9;
background-color: $color2;
}
&>box>button,
&>box>label,
.bar-module>button,

View file

@ -0,0 +1,17 @@
scale trough,
progressbar>trough {
background-color: $color9;
min-width: 50px;
min-height: 10px;
border-radius: 4px;
}
scale trough highlight,
progressbar>trough>progress {
background-color: $color2;
border-radius: 4px;
min-height: 10px;
}
circular-progress {
color: $color9;
background-color: $color2;
}

View file

@ -0,0 +1,5 @@
.scratchpad {
&>widget>box>box>label {
padding: 0px 10px;
}
}