From 1aec8005226708598916d0ebdfac6568c18bb836 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 18 Oct 2025 19:21:33 -0400 Subject: eww display weather --- .config/eww/eww.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to '.config/eww/eww.scss') 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; -- cgit v1.2.3