feat(audit): address batch 2 of missing scripts
- Implement nomarchy-version, nomarchy-debug, nomarchy-reinstall, nomarchy-rollback, nomarchy-upload-log - Implement nomarchy-refresh-hyprland and nomarchy-refresh-waybar - Update docs/SCRIPTS.md with 'kept' status for new scripts
This commit is contained in:
14
features/scripts/utils/nomarchy-refresh-hyprland
Executable file
14
features/scripts/utils/nomarchy-refresh-hyprland
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Nomarchy Refresh Hyprland Script
|
||||
# Reloads the Hyprland configuration.
|
||||
|
||||
set -e
|
||||
|
||||
if command -v hyprctl &>/dev/null; then
|
||||
hyprctl reload
|
||||
notify-send -u low " Hyprland configuration reloaded"
|
||||
else
|
||||
echo "Error: hyprctl not found."
|
||||
exit 1
|
||||
fi
|
||||
Reference in New Issue
Block a user