From f24f6ea00f245e0ba1e593f954267f7eefd59c8a Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Tue, 13 Jan 2026 18:07:21 -0500 Subject: update eww config --- .config/eww/applauncher.scss | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .config/eww/applauncher.scss (limited to '.config/eww/applauncher.scss') diff --git a/.config/eww/applauncher.scss b/.config/eww/applauncher.scss new file mode 100644 index 0000000..02e0c0a --- /dev/null +++ b/.config/eww/applauncher.scss @@ -0,0 +1,34 @@ +.applauncher { + background-color: $bg; + border: 2px solid $ui2; + color: $tx; + padding: 16px; + border-radius: 24px; + font-family: Inter; +} + +.app-input { + background-color: $ui; + padding: 4px 16px; + margin-bottom: 8px; + border-radius: 999px; +} + +.applist > scrollbar { + background-color: $ui; + border-radius: 3px; + + slider { + background-color: $re; + min-width: 6px; + border-radius: 3px; + } +} + +.app { + padding: 4px; +} + +.app:hover { + color: $re; +} -- cgit v1.2.3