From 4e80c119a8a062c419540be9b197df175ab21b7c Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 27 Oct 2025 11:52:47 -0400 Subject: display open X windows (current workspace) on left side of eww bar --- .config/eww/eww.scss | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to '.config/eww/eww.scss') 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; } -- cgit v1.2.3