This commit is contained in:
2026-04-10 11:21:59 -05:00
parent dcc347a717
commit a1417b9514
3 changed files with 12 additions and 17 deletions

View File

@@ -21,11 +21,6 @@
if [[ ! -f ${config.home.homeDirectory}/.config/hypr/otf.conf ]]; then
touch ${config.home.homeDirectory}/.config/hypr/otf.conf
fi
if [[ ! -f ${config.home.homeDirectory}/.config/background ]]; then
cp ${config.home.homeDirectory}/Pictures/Wallpaper/bluescape.jpg ${config.home.homeDirectory}/.config/background
chmod 600 ${config.home.homeDirectory}/.config/background
fi
'';