Pause Hyprland reloads during settings updates

This commit is contained in:
Ryan Hughes
2026-06-09 14:20:36 -04:00
parent 9b8c9fd537
commit f79a231cc7
7 changed files with 244 additions and 8 deletions
@@ -0,0 +1,12 @@
[Trigger]
Operation = Install
Operation = Upgrade
Type = Package
Target = omarchy-settings
Target = omarchy-settings-dev
[Action]
Description = Pausing Hyprland config auto-reload for Omarchy settings update...
When = PreTransaction
Depends = omarchy
Exec = /usr/bin/omarchy-hyprland-reload-guard pause
@@ -0,0 +1,12 @@
[Trigger]
Operation = Install
Operation = Upgrade
Type = Package
Target = omarchy-settings
Target = omarchy-settings-dev
[Action]
Description = Reloading Hyprland after Omarchy settings update...
When = PostTransaction
Depends = omarchy
Exec = /usr/bin/omarchy-hyprland-reload-guard resume