feat(install): add betterlockscreen configuration and wallpaper

This commit is contained in:
doryan 2024-10-03 00:49:16 +04:00
parent fa730b8838
commit 48f391908a
2 changed files with 2 additions and 0 deletions

BIN
.bg/bg_3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View File

@ -2,6 +2,8 @@
configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd" "dunst") configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd" "dunst")
betterlockscreen -u ~/.bg/bg_3.jpg --fx blur --blur 0.25
for config in ${configs[@]}; do for config in ${configs[@]}; do
cp -r ./$config ~/.config/ cp -r ./$config ~/.config/
done done