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