diff options
author | bd <bdunahu@operationnull.com> | 2025-10-18 19:21:33 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-10-18 19:21:33 -0400 |
commit | 1aec8005226708598916d0ebdfac6568c18bb836 (patch) | |
tree | 06825396bb9b39ce67e50428550de1b270b854f6 /.config/eww/eww.scss | |
parent | 1c4a3d2a527cf592b3b7ed645d5dff58eb46e569 (diff) |
eww display weather
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; |