aboutsummaryrefslogtreecommitdiff
path: root/.config/eww/bar/style.scss
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2022-11-16 16:24:16 +0200
committersrdusr <trevorgray@srdusr.com>2022-11-16 16:24:16 +0200
commite383d2893fc0dfbff4e6207610f3d02ca59f2187 (patch)
treed5368fe9c7e273c08665da4ddfa4a12a1f0ebc7b /.config/eww/bar/style.scss
parenta4985f2015b7d467e1c342015ea04bb454dc22f4 (diff)
downloaddotfiles-e383d2893fc0dfbff4e6207610f3d02ca59f2187.tar.gz
dotfiles-e383d2893fc0dfbff4e6207610f3d02ca59f2187.zip
Added eww
Diffstat (limited to '.config/eww/bar/style.scss')
-rw-r--r--.config/eww/bar/style.scss16
1 files changed, 16 insertions, 0 deletions
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;
+}