feat: Moves hyprland scripts that were missed and updates systemd services to the appropriate locations.

This commit is contained in:
2025-10-03 23:50:50 -04:00
parent d32d0cf64f
commit f911bfb7f1
6 changed files with 3 additions and 3 deletions

View File

@@ -4,5 +4,5 @@ After=graphical-session.target
[Service]
Type=oneshot
ExecStart=%h/.local/scripts/battery-monitor
ExecStart=%h/.local/scripts/hypr/battery-monitor
Environment=DISPLAY=:0

View File

@@ -5,7 +5,7 @@ Before=exit.target
[Service]
Type=oneshot
ExecStart=%h/.local/scripts/clear-clipboard-history
ExecStart=%h/.local/scripts/hypr/clear-clipboard-history
[Install]
WantedBy=exit.target

2
gen
View File

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