#!/usr/bin/env fish

set hwargs
if test "$(ron-theme-get)" = light
    set -a hwargs --light --bright-offset 0.75
else
    set -a hwargs --dark
end

hellwal -i (readlink -f ~/.cache/current_background) \
    --skip-term-colors \
    $hwargs \
    -s ron-theme-apply
