[m] Minor css fix
This commit is contained in:
parent
22c036b26e
commit
83bab9b2b7
@ -59,8 +59,8 @@ color: $base0B;
|
|||||||
// @include window;
|
// @include window;
|
||||||
// background-color: $bg1;
|
// background-color: $bg1;
|
||||||
// color: $fg;
|
// color: $fg;
|
||||||
// margin: $gaps-screen;
|
// margin: $gaps-win;
|
||||||
// padding: .5em;
|
padding: 5pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sys-label {
|
.sys-label {
|
||||||
|
@ -100,6 +100,9 @@
|
|||||||
(defwidget sys-win []
|
(defwidget sys-win []
|
||||||
(box
|
(box
|
||||||
:class "sys-win"
|
:class "sys-win"
|
||||||
|
:space-evenly false
|
||||||
|
:orientation "h"
|
||||||
|
(box
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:orientation "v"
|
:orientation "v"
|
||||||
(cpu-sys-win)
|
(cpu-sys-win)
|
||||||
@ -110,6 +113,19 @@
|
|||||||
(box :class "spacer")
|
(box :class "spacer")
|
||||||
(ram-sys-win)
|
(ram-sys-win)
|
||||||
)
|
)
|
||||||
|
(box
|
||||||
|
:visible {battery.visible}
|
||||||
|
:height 200
|
||||||
|
(graph
|
||||||
|
:height 200
|
||||||
|
:value {battery.percentage}
|
||||||
|
:time-range "30min"
|
||||||
|
:min "0.0"
|
||||||
|
:max "100.0"
|
||||||
|
:dynamic true
|
||||||
|
)
|
||||||
|
)
|
||||||
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
(defwindow sys
|
(defwindow sys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user