1
0
Fork 0
mirror of https://gitlab.com/dabruh/dotfiles.git synced 2025-04-25 10:38:11 +02:00

Add wallpaper override.

This commit is contained in:
dabruh 2022-06-07 12:36:37 +02:00
parent 4f7b811a05
commit 027ead5d72

View file

@ -77,6 +77,17 @@ function install() {
echo echo
} }
function override_bg() {
local default=~/.local/share/bg override=~/Pictures/bg
! [ -e "$override" ] && return
echo "Overriding default background with '$override'."
ln -sfn "$override" "$default"
echo
}
install install
override_bg
i3-config-builder i3-config-builder
echo "Done! 👌" echo "Done! 👌"