Single-script builder (nosignal.sh) that turns a stock Arch Linux ISO into a fully-offline installer for a themed Hyprland + caelestia (Quickshell) desktop: matching SDDM greeter, Btrfs/Limine bootable snapshots, chwd-style GPU detection, and a curated "os updates" layer (keybind cheatsheet, settings panels, system polish, on-box management skill). See README.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
9 lines
385 B
Desktop File
Executable file
9 lines
385 B
Desktop File
Executable file
[Unit]
|
|
Description=Restart hyprmoncfgd to pick up profile changes
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
# try-restart: only bounce the daemon if it is already running — respect a
|
|
# user who stopped/disabled it. The daemon applies the best-matching profile
|
|
# on startup (see "triggered: startup" in its log), which is the rescan.
|
|
ExecStart=/usr/bin/systemctl --user try-restart hyprmoncfgd.service
|