diff options
Diffstat (limited to '.config/eww/eww.scss')
-rw-r--r-- | .config/eww/eww.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/eww/eww.scss b/.config/eww/eww.scss index 6ac2238..e9588af 100644 --- a/.config/eww/eww.scss +++ b/.config/eww/eww.scss @@ -12,9 +12,9 @@ .bar { background-color: rgba(0, 0, 0, 0.7); - box-shadow: 2px 4px 2px 1px rgba(0, 0, 0, 0.5); - margin: 2px 10px 4px 10px; - border-radius: 5px; + // box-shadow: 2px 4px 2px 1px rgba(0, 0, 0, 0.5); + margin: 2px 10px 0px 10px; + border-radius: 0px; } // Styles on classes (see eww.yuck for more information) @@ -38,12 +38,12 @@ padding-right: 10px; } -.paru { +.xbps { color: #98971a; padding-right: 10px; } -.paru-empty { +.xbps-empty { color: #98971a; padding-right: 0px; } |