diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-05-10 19:49:57 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-05-10 19:49:57 +0100 |
commit | ccb081f4f40f71e5db09be082e69af9e25e84e41 (patch) | |
tree | 629268600e4eaad968886fc29f6dc012a68a210d /.config/eww/eww.scss | |
parent | fb3afe0023747f7f7f8f85dfa0a38baf61cbfb71 (diff) |
Updates for using eww as the bar for sway
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; } |