diff options
Diffstat (limited to '.config/eww/eww.scss')
-rw-r--r-- | .config/eww/eww.scss | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.config/eww/eww.scss b/.config/eww/eww.scss index 57568aa..29ba1b5 100644 --- a/.config/eww/eww.scss +++ b/.config/eww/eww.scss @@ -45,6 +45,7 @@ color: #ed8dff; background-color: rgba(#232323, 1.0); border-radius: 0px; + margin-right: 6px; } .cpu { @@ -55,13 +56,11 @@ } .cpu-and-mem { - background-color: #181926; border-radius: 0px; margin-right: 0px; } /* workspaces */ - .active { color: #ed8dff; @@ -87,6 +86,13 @@ font-size: 12px; } +.weather +{ + color: #ff5300; + font-family: Iosevka; + font-size: 12px; +} + .battery { color: #a0a0a0; |