Reload hyprland after applying noctalia theme

Added reload command for hyprland after applying theme.
This commit is contained in:
elrond
2025-12-30 17:39:23 +03:00
committed by GitHub
parent 226f319ec5
commit 516617b817
+4
View File
@@ -307,6 +307,10 @@ hyprland)
echo "✅ Added noctalia theme include to config."
fi
fi
# Reload hyprland
echo "✅ Reloading hyprland"
hyprctl reload
;;
mango)