diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2026-01-13 18:07:21 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2026-01-13 18:07:21 -0500 |
| commit | f24f6ea00f245e0ba1e593f954267f7eefd59c8a (patch) | |
| tree | 1ceb6037c1c94d403e2748039f6fe35f561cdbf1 /.config/eww/applauncher.scss | |
| parent | cfa85684d648c8a3b1417ab01cb9acb8dd7f15c6 (diff) | |
update eww config
Diffstat (limited to '.config/eww/applauncher.scss')
| -rw-r--r-- | .config/eww/applauncher.scss | 34 |
1 files changed, 34 insertions, 0 deletions
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; +} |
