derice
This commit is contained in:
parent
9af69c47d9
commit
f659b8ec0c
8 changed files with 28 additions and 18 deletions
|
@ -27,17 +27,18 @@
|
|||
.bar {
|
||||
color: $fg;
|
||||
label {
|
||||
font-size: 1.2rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.vis {
|
||||
background-color: $bg;
|
||||
border-radius: 24px;
|
||||
padding: 4px 24px;
|
||||
margin-top: 12px;
|
||||
border-radius: 0px;
|
||||
padding: 0px 0px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
border: 3px solid $outline;
|
||||
border: 0px;
|
||||
// 3px solid $outline;
|
||||
}
|
||||
|
||||
.invis {
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
(defwidget bar-box []
|
||||
(centerbox
|
||||
:class "invis bar"
|
||||
:class "vis bar"
|
||||
(left)
|
||||
(center)
|
||||
(right)))
|
||||
|
@ -48,8 +48,8 @@
|
|||
:monitor 0
|
||||
:geometry (geometry :x "0%"
|
||||
:y "0%"
|
||||
:width "98%"
|
||||
:height "24px"
|
||||
:width "100%"
|
||||
:height "14px"
|
||||
:anchor "top center")
|
||||
:stacking "fg"
|
||||
:exclusive true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue