diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2026-01-12 21:42:08 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2026-01-12 21:42:08 -0500 |
| commit | 7c614992bb8f37c652d3770e68a690a45ec4402b (patch) | |
| tree | 3c57cb55e0e4d9390a428e9c3ebb07b2a9b3cf5c /.config/eww/eww.scss | |
| parent | 23b11c67aa806462f7dcac464c05a190f7dd3d52 (diff) | |
update eww config
Diffstat (limited to '.config/eww/eww.scss')
| -rw-r--r-- | .config/eww/eww.scss | 88 |
1 files changed, 3 insertions, 85 deletions
diff --git a/.config/eww/eww.scss b/.config/eww/eww.scss index c37d1e6..4837d8f 100644 --- a/.config/eww/eww.scss +++ b/.config/eww/eww.scss @@ -29,88 +29,6 @@ $ma2: #A02F6F; all: unset; } -.bar { - background-color: transparent; - color: $tx; - font-family: 'FiraCode Nerd Font'; -} - -.title { - background-color: $bg; - border-radius: 999px; - padding: 0 16px; -} - -.status { - background-color: $bg; - border-radius: 999px; - padding: 0 1px; -} - -.status > * { - margin: 0 8px; -} - -.volume { color: $re; } -.network { color: $or; } -.brightness { color: $ye; } -.battery { color: $gr; } -.clock { color: $bl; } -.menu { - color: $pu; - font-size: 1.3em; -} - -.tags { - background-color: $bg; - border-radius: 999px; - padding: 8px; -} - -.tags button { - color: $tx; - border: 2.5px solid $ui3; - border-radius: 999px; - padding: 8px 8px; - margin: 0 3px; -} - -.tags .focused { - border-color: $ui3; - background-color: $ui3; -} - -.tags .occupied.focused { - border-color: $bl; - background-color: $bl; -} - -.tags .occupied { - border-color: $bl; -} - -scale { - padding: 0 16px; -} - -scale trough { - min-width: 100px; - background-color: $re; -} - -.powermenu { - background-color: rgba(0 0 0 / 20%); -} - -.powermenu-buttons { - margin: 420px 200px; -} - -.powermenu button { - background-color: $bg; - font-size: 20px; -} -.powermenu label { - margin-top: 8px; - font-size: 1.25rem; -} +@import "./bar.scss"; +@import "./wall.scss"; +@import "./powermenu.scss"; |
