diff options
Diffstat (limited to '.config/eww/eww.scss')
| -rw-r--r-- | .config/eww/eww.scss | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/.config/eww/eww.scss b/.config/eww/eww.scss index 29ba1b5..62ae21b 100644 --- a/.config/eww/eww.scss +++ b/.config/eww/eww.scss @@ -17,7 +17,7 @@ /* bar */ .bar { - background-color: rgba(#090011, 0.48); + background-color: rgba(#000B0E, 0.48); } /* time*/ @@ -95,14 +95,24 @@ .battery { - color: #a0a0a0; + color: #d42ea2; font-family: Iosevka; font-size: 12px; } +.classes +{ + margin-left: 10px; +} -.icon +.class { - margin-left: -600px; - color: #7dc4e4; + margin-right: 10px; + color: #D9E0EE; + padding: 4px; + margin-top: 0px; + border-radius: 0px; + background: rgba(#042429, 0.48); + font-family: Iosevka; + font-size: 12px; } |
