diff --git a/modules/home/wayland/apps/eww/bar/css/_sys.scss b/modules/home/wayland/apps/eww/bar/css/_sys.scss index 35a302c..d189c65 100644 --- a/modules/home/wayland/apps/eww/bar/css/_sys.scss +++ b/modules/home/wayland/apps/eww/bar/css/_sys.scss @@ -59,11 +59,11 @@ color: $base0B; // @include window; // background-color: $bg1; // color: $fg; - // margin: $gaps-screen; - // padding: .5em; - } + // margin: $gaps-win; + padding: 5pt; +} - .sys-label { +.sys-label { font-weight: bolder; color: $base04; - } \ No newline at end of file +} \ No newline at end of file diff --git a/modules/home/wayland/apps/eww/bar/windows/sys.yuck b/modules/home/wayland/apps/eww/bar/windows/sys.yuck index 0125802..7b88674 100644 --- a/modules/home/wayland/apps/eww/bar/windows/sys.yuck +++ b/modules/home/wayland/apps/eww/bar/windows/sys.yuck @@ -101,14 +101,30 @@ (box :class "sys-win" :space-evenly false - :orientation "v" - (cpu-sys-win) - (box :class "spacer") - (box :class "spacer") - (gpu-sys-win) - (box :class "spacer") - (box :class "spacer") - (ram-sys-win) + :orientation "h" + (box + :space-evenly false + :orientation "v" + (cpu-sys-win) + (box :class "spacer") + (box :class "spacer") + (gpu-sys-win) + (box :class "spacer") + (box :class "spacer") + (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 + ) + ) ) )