dotfiles/.config/fish/functions/feh-default.fish
2022-12-06 11:14:02 +01:00

3 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