diff options
| author | bd <bdunahu@operationnull.com> | 2025-10-27 11:52:47 -0400 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-10-27 11:52:47 -0400 |
| commit | 4e80c119a8a062c419540be9b197df175ab21b7c (patch) | |
| tree | 039717033a97dc78c74d5f494e61cf190a753e89 /.config/eww/eww.scss | |
| parent | bfa9d711a225d6ceb445bbb60dfac0f8ed24443d (diff) | |
display open X windows (current workspace) on left side of eww bar
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; } |
