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

4 lines
161 B
Fish
Raw Normal View History

2022-12-06 11:14:02 +01:00
function feh-default --wraps='feh --bg-fill' --description 'Run feh with the default background image'
feh --bg-fill "$HOME/Wallpapers/arch_dracula.png"
end