feat: Moves hyprland scripts into it's own directory.

This commit is contained in:
2025-10-03 23:43:29 -04:00
parent 1def0356d7
commit d32d0cf64f
16 changed files with 26 additions and 14 deletions

2
gen
View File

@@ -67,7 +67,7 @@ generate_webapp() {
}
generate_script() {
local dest="$DEV_ENV/env/.local/scripts/$file"
local dest="$DEV_ENV/env/.local/scripts/hypr/$file"
fail_if_exists $dest
log "Creating new script: $dest"
printf "#!/usr/bin/env bash\n\n" >$dest