diff options
author | bd <bdunahu@operationnull.com> | 2025-10-18 16:49:18 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-10-18 16:49:18 -0400 |
commit | 4d6171844a8b6971c76be8054aa56b65685317fd (patch) | |
tree | adbea5f22b8c6f6c3392cac5c049d5424f9ba770 /.config/eww/eww.scss | |
parent | b5eaf56936b0620e0fb0f2f0d4bb12936f7f2445 (diff) |
move tab-bar-global info to dedicated eww panel
Diffstat (limited to '.config/eww/eww.scss')
-rw-r--r-- | .config/eww/eww.scss | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/.config/eww/eww.scss b/.config/eww/eww.scss new file mode 100644 index 0000000..57568aa --- /dev/null +++ b/.config/eww/eww.scss @@ -0,0 +1,102 @@ +* +{ + all: unset; +} + +/* separator */ + +.sepbar +{ + color: #D9E0EE; + font-family: Iosevka; + font-size: 12px; + margin-right: 5px; + margin-left: 5px; +} + +/* bar */ +.bar +{ + background-color: rgba(#090011, 0.48); +} + +/* time*/ +.time-cpu-mem +{ + margin-right: 15px; +} +.time-label +{ + color: #91d7e3; + font-family: Iosevka; + font-size: 12px; +} + +/* mem cpu */ +.vol +{ + color: #6434ff; + background-color: rgba(#232323, 1.0); + border-radius: 0px; + margin-right: 6px; +} +.mem +{ + color: #ed8dff; + background-color: rgba(#232323, 1.0); + border-radius: 0px; +} +.cpu +{ + color: #606060; + background-color: rgba(#232323, 1.0); + border-radius: 0px; + margin-right: 6px; +} +.cpu-and-mem +{ + background-color: #181926; + border-radius: 0px; + margin-right: 0px; +} + +/* workspaces */ + +.active +{ + color: #ed8dff; +} + +.workspaces +{ + padding-top: 5px; + font-size: 12px; +} + +.mail +{ + color: #ed8dff; + font-family: Iosevka; + font-size: 12px; +} + +.t1 +{ + color: #c6a0f6; + font-family: Iosevka; + font-size: 12px; +} + +.battery +{ + color: #a0a0a0; + font-family: Iosevka; + font-size: 12px; +} + + +.icon +{ + margin-left: -600px; + color: #7dc4e4; +} |