summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Bainesly2024-02-27 00:34:58 -0500
committerRichard Bainesly2024-02-27 00:34:58 -0500
commitb6500355f9cba58c5e522dfdd3dae71fbbd49e5c (patch)
treef057c3c91e00e29dfd2f81360002dd914bccd7d0
parentf012023cd1fb4b6810372569968f6c7f0168bbaf (diff)
downloadaur-b6500355f9cba58c5e522dfdd3dae71fbbd49e5c.tar.gz
change echo to note
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8177eacb6134..3ac5254e028c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -135,6 +135,6 @@ package() {
}
post_install() {
- echo "When starting Hyprland with this package, remember to use '-c ~/.config/hyprland.conf' if you need to load your main config."
+ note "When starting Hyprland with this package, remember to use '-c ~/.config/hyprland.conf' if you need to load your main config."
}
# vi: et ts=2 sw=2