From 68686370e943e4abac8f12df283e37c1bd767a28 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 16 Jun 2023 22:04:12 -0500 Subject: [PATCH] Eww --- common/fish/vars.fish | 2 ++ os/linux/eww/eww.scss | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/common/fish/vars.fish b/common/fish/vars.fish index 0e576dd..0556773 100644 --- a/common/fish/vars.fish +++ b/common/fish/vars.fish @@ -16,9 +16,11 @@ set --export --universal MANPAGER "less" if command --search --quiet hx set --export --universal EDITOR hx set --export --universal VISUAL hx + alias helix hx else if command --search --quiet helix set --export --universal EDITOR helix set --export --universal VISUAL helix + alias hx helix else if command --search --quiet nvim set --export --universal EDITOR nvim set --export --universal VISUAL nvim diff --git a/os/linux/eww/eww.scss b/os/linux/eww/eww.scss index 0188fb5..0a4b386 100644 --- a/os/linux/eww/eww.scss +++ b/os/linux/eww/eww.scss @@ -69,12 +69,12 @@ $rosewater: #f5e0dc; padding-right: 10px; } -.vol .muted, +.vol .live, .mic .live { color: #f38ba8; } -.vol .live, +.vol .muted, .mic .muted { color: #74c7ec; } \ No newline at end of file