From e383d2893fc0dfbff4e6207610f3d02ca59f2187 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 16 Nov 2022 16:24:16 +0200 Subject: Added eww --- .config/eww/bar/style.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .config/eww/bar/style.scss (limited to '.config/eww/bar/style.scss') diff --git a/.config/eww/bar/style.scss b/.config/eww/bar/style.scss new file mode 100644 index 0000000..121cd12 --- /dev/null +++ b/.config/eww/bar/style.scss @@ -0,0 +1,16 @@ +.bar { + background-color: $borderColor; + // border: $borderSize solid $borderColor; + padding: $borderSize 0 0 0; +} + +.bar-group { + background-color: $bgColor; + border-radius: $borderRadius; + margin: 0 $borderSize $borderSize $borderSize; + padding: 7; +} + +.bar-item { + padding: 7; +} -- cgit v1.2.3