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>
13 lines
477 B
SYSTEMD
Executable file
13 lines
477 B
SYSTEMD
Executable file
[Unit]
|
|
Description=Watch hyprmoncfg profiles and re-apply on change
|
|
# hyprmoncfgd only re-evaluates profiles on startup, monitor hotplug and lid
|
|
# events — saving a profile in the TUI (plain "Save Profile") changes nothing
|
|
# live until the next login. Watch the profiles dir and bounce the daemon,
|
|
# which re-scores and applies the best profile on startup.
|
|
|
|
[Path]
|
|
PathChanged=%h/.config/hyprmoncfg/profiles
|
|
Unit=hyprmoncfgd-rescan.service
|
|
|
|
[Install]
|
|
WantedBy=default.target
|