From 7c614992bb8f37c652d3770e68a690a45ec4402b Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Mon, 12 Jan 2026 21:42:08 -0500 Subject: update eww config --- .config/eww/bar.scss | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 .config/eww/bar.scss (limited to '.config/eww/bar.scss') 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; +} -- cgit v1.2.3