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 {
|
||||
padding: 5px 0px;
|
||||
}
|
||||
.workspaces,
|
||||
.music {
|
||||
margin: 10px;
|
||||
}
|
||||
.rightgroup {
|
||||
margin-right: 10px;
|
||||
}
|
||||
.rightgroup>* {
|
||||
margin: 10px 0px 10px 5px;
|
||||
}
|
||||
circular-progress {
|
||||
color: $color1;
|
||||
background-color: $color2;
|
||||
|
@ -17,7 +27,7 @@ circular-progress {
|
|||
border: 2px solid $color1;
|
||||
color: #2C2423;
|
||||
border-radius: 8px;
|
||||
margin: 0px 2px;
|
||||
// margin: 10px 0px;
|
||||
}
|
||||
.revealer-on-hover>widget>box>box>*,
|
||||
.reveal_children>* {
|
||||
|
@ -36,7 +46,7 @@ circular-progress {
|
|||
color: $color0;
|
||||
padding: 2px;
|
||||
border-radius: 8px;
|
||||
margin: 0px 2px;
|
||||
// margin: 10px 0px;
|
||||
padding: 5px;
|
||||
}
|
||||
label {
|
||||
|
@ -52,7 +62,7 @@ label {
|
|||
background-color: $color9;
|
||||
border: 2px solid $color1;
|
||||
color: $color0;
|
||||
margin: 0px 0px;
|
||||
// margin: 10px 0px;
|
||||
padding: 5px;
|
||||
}
|
||||
.workspaces button:hover {
|
||||
|
|
|
@ -185,7 +185,7 @@
|
|||
:exclusive true
|
||||
:geometry (geometry :x "0%"
|
||||
:y "0%"
|
||||
:width "99%"
|
||||
:width "100%"
|
||||
:height "30px"
|
||||
:anchor "top center")
|
||||
:reserve (struts :side "top" :distance "4%")
|
||||
|
@ -197,7 +197,7 @@
|
|||
:exclusive true
|
||||
:geometry (geometry :x "0%"
|
||||
:y "0%"
|
||||
:width "99%"
|
||||
:width "100%"
|
||||
:height "30px"
|
||||
:anchor "top center")
|
||||
:reserve (struts :side "top" :distance "4%")
|
||||
|
@ -209,8 +209,8 @@
|
|||
:exclusive true
|
||||
:geometry (geometry :x "0%"
|
||||
:y "0%"
|
||||
:width "99%"
|
||||
:height "100px"
|
||||
:width "100%"
|
||||
:height "30px"
|
||||
:anchor "top center")
|
||||
:reserve (struts :side "top" :distance "4%")
|
||||
(bar))
|
||||
|
|
Loading…
Add table
Reference in a new issue