dotfiles/.config/fish/functions/feh-default.fish

4 lines
161 B
Fish

function feh-default --wraps='feh --bg-fill' --description 'Run feh with the default background image'
feh --bg-fill "$HOME/Wallpapers/arch_dracula.png"
end