diff --git a/nwg_shell/installer.py b/nwg_shell/installer.py index e853692..e863948 100644 --- a/nwg_shell/installer.py +++ b/nwg_shell/installer.py @@ -59,7 +59,8 @@ def main(): print("| This script installs/overwrites configs and style sheets |") print("| for sway and nwg-shell components. |") print("| The only backup that will be made is the main sway config file. |") - print("| If you're running the script on your existing sway setup, |") + print("| This script should be used on a fresh Arch Linux installation. |") + print("| If you're running it on your existing sway setup, |") print("| you're doing it at your own risk. |") print("-------------------------------------------------------------------") a = input("\nProceed? Y/n ")