New backup 2025-03-03 23:45:02
This commit is contained in:
parent
0c333dbc51
commit
9d2cf90ba0
2 changed files with 17 additions and 7 deletions
|
@ -8,6 +8,16 @@
|
||||||
.bar {
|
.bar {
|
||||||
padding: 5px 0px;
|
padding: 5px 0px;
|
||||||
}
|
}
|
||||||
|
.workspaces,
|
||||||
|
.music {
|
||||||
|
margin: 10px;
|
||||||
|
}
|
||||||
|
.rightgroup {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
.rightgroup>* {
|
||||||
|
margin: 10px 0px 10px 5px;
|
||||||
|
}
|
||||||
circular-progress {
|
circular-progress {
|
||||||
color: $color1;
|
color: $color1;
|
||||||
background-color: $color2;
|
background-color: $color2;
|
||||||
|
@ -17,7 +27,7 @@ circular-progress {
|
||||||
border: 2px solid $color1;
|
border: 2px solid $color1;
|
||||||
color: #2C2423;
|
color: #2C2423;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin: 0px 2px;
|
// margin: 10px 0px;
|
||||||
}
|
}
|
||||||
.revealer-on-hover>widget>box>box>*,
|
.revealer-on-hover>widget>box>box>*,
|
||||||
.reveal_children>* {
|
.reveal_children>* {
|
||||||
|
@ -36,7 +46,7 @@ circular-progress {
|
||||||
color: $color0;
|
color: $color0;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin: 0px 2px;
|
// margin: 10px 0px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
|
@ -52,7 +62,7 @@ label {
|
||||||
background-color: $color9;
|
background-color: $color9;
|
||||||
border: 2px solid $color1;
|
border: 2px solid $color1;
|
||||||
color: $color0;
|
color: $color0;
|
||||||
margin: 0px 0px;
|
// margin: 10px 0px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
.workspaces button:hover {
|
.workspaces button:hover {
|
||||||
|
|
|
@ -185,7 +185,7 @@
|
||||||
:exclusive true
|
:exclusive true
|
||||||
:geometry (geometry :x "0%"
|
:geometry (geometry :x "0%"
|
||||||
:y "0%"
|
:y "0%"
|
||||||
:width "99%"
|
:width "100%"
|
||||||
:height "30px"
|
:height "30px"
|
||||||
:anchor "top center")
|
:anchor "top center")
|
||||||
:reserve (struts :side "top" :distance "4%")
|
:reserve (struts :side "top" :distance "4%")
|
||||||
|
@ -197,7 +197,7 @@
|
||||||
:exclusive true
|
:exclusive true
|
||||||
:geometry (geometry :x "0%"
|
:geometry (geometry :x "0%"
|
||||||
:y "0%"
|
:y "0%"
|
||||||
:width "99%"
|
:width "100%"
|
||||||
:height "30px"
|
:height "30px"
|
||||||
:anchor "top center")
|
:anchor "top center")
|
||||||
:reserve (struts :side "top" :distance "4%")
|
:reserve (struts :side "top" :distance "4%")
|
||||||
|
@ -209,8 +209,8 @@
|
||||||
:exclusive true
|
:exclusive true
|
||||||
:geometry (geometry :x "0%"
|
:geometry (geometry :x "0%"
|
||||||
:y "0%"
|
:y "0%"
|
||||||
:width "99%"
|
:width "100%"
|
||||||
:height "100px"
|
:height "30px"
|
||||||
:anchor "top center")
|
:anchor "top center")
|
||||||
:reserve (struts :side "top" :distance "4%")
|
:reserve (struts :side "top" :distance "4%")
|
||||||
(bar))
|
(bar))
|
||||||
|
|
Loading…
Add table
Reference in a new issue