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/bar.scss | |
| parent | 23b11c67aa806462f7dcac464c05a190f7dd3d52 (diff) | |
update eww config
Diffstat (limited to '.config/eww/bar.scss')
| -rw-r--r-- | .config/eww/bar.scss | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/.config/eww/bar.scss b/.config/eww/bar.scss new file mode 100644 index 0000000..c3ae24c --- /dev/null +++ b/.config/eww/bar.scss @@ -0,0 +1,74 @@ +.bar { + background-color: transparent; + color: $tx; + font-family: 'FiraCode Nerd Font'; +} + +.song, .cava { + background-color: $bg; + color: $tx; + padding: 0 16px; +} + +.song { + border-radius: 24px 4px 4px 24px; +} + +.cava { + border-radius: 4px 24px 24px 4px; +} + +.status { + background-color: $bg; + border-radius: 999px; + padding: 0 12px; +} + +.status > * { + margin: 0 8px; +} + +.volume { color: $re; } +.network { color: $or; } +.brightness { color: $ye; } +.battery { color: $gr; } +.clock { color: $bl; } +.power { + color: $pu; + font-size: 1.5em; +} + +.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 { + background-color: $ui3; +} + +.tags .occupied { + border-color: $re; +} + +.tags .occupied.focused { + background-color: $re; +} + +scale { + padding: 0 16px; +} + +scale trough { + min-width: 100px; + background-color: $re; +} |
