New backup 2025-07-24 11:30:02
This commit is contained in:
parent
072cecde68
commit
3603581a9e
2 changed files with 10 additions and 4 deletions
|
|
@ -170,11 +170,11 @@ circular-progress {
|
||||||
label {
|
label {
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
.workspaces>revealer,
|
//.workspaces,
|
||||||
.profile {
|
.profile {
|
||||||
border-radius: $bar-module-border-radius;
|
border-radius: $bar-module-border-radius;
|
||||||
}
|
}
|
||||||
.workspaces button,
|
//.workspaces button,
|
||||||
.leftgroup button {
|
.leftgroup button {
|
||||||
// background-color: $bar-module-bg-color;
|
// background-color: $bar-module-bg-color;
|
||||||
// border-left: 1px solid $bar-module-fg-color;
|
// border-left: 1px solid $bar-module-fg-color;
|
||||||
|
|
@ -184,7 +184,7 @@ label {
|
||||||
min-width: $bar-module-width;
|
min-width: $bar-module-width;
|
||||||
transition: color 0.3s, text-shadow 0.3s;
|
transition: color 0.3s, text-shadow 0.3s;
|
||||||
}
|
}
|
||||||
.workspaces button:hover,
|
//.workspaces button:hover,
|
||||||
.rightgroup button:hover,
|
.rightgroup button:hover,
|
||||||
.leftgroup button:hover {
|
.leftgroup button:hover {
|
||||||
// text-shadow: 1px 1px 1px rgba($color2,1);
|
// text-shadow: 1px 1px 1px rgba($color2,1);
|
||||||
|
|
@ -305,6 +305,12 @@ $home-widget-border-hover-color: rgba($color5,0.3);
|
||||||
margin: 3px 10px;
|
margin: 3px 10px;
|
||||||
// background-color: black;
|
// background-color: black;
|
||||||
// color: blue;
|
// color: blue;
|
||||||
|
&:first-child {
|
||||||
|
padding-top: 10px;
|
||||||
|
}
|
||||||
|
&:last-child {
|
||||||
|
padding-bottom: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* > box {
|
/* > box {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# Spacing between windows and edges
|
# Spacing between windows and edges
|
||||||
gaps inner 10
|
gaps inner 10
|
||||||
#gaps top -10
|
#gaps top -10
|
||||||
#gaps left -10
|
gaps left -10
|
||||||
workspace 0: {
|
workspace 0: {
|
||||||
# gaps left 310
|
# gaps left 310
|
||||||
output $overview_display
|
output $overview_display
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue