diff --git a/bin/omarchy-drive-set-password b/bin/omarchy-drive-password similarity index 100% rename from bin/omarchy-drive-set-password rename to bin/omarchy-drive-password diff --git a/bin/omarchy-drive-select b/bin/omarchy-drive-select index 117cde4d..0ee1f195 100755 --- a/bin/omarchy-drive-select +++ b/bin/omarchy-drive-select @@ -1,6 +1,6 @@ #!/bin/bash -# omarchy:summary=Select a drive from a list with info that includes space and brand. Used by omarchy-drive-set-password. +# omarchy:summary=Select a drive from a list with info that includes space and brand. Used by omarchy-drive-password. if (($# == 0)); then drives=$(lsblk -dpno NAME | grep -E '/dev/(sd|hd|vd|nvme|mmcblk|xv)') diff --git a/bin/omarchy-menu b/bin/omarchy-menu index abe01a5e..54dcc9dc 100755 --- a/bin/omarchy-menu +++ b/bin/omarchy-menu @@ -642,7 +642,7 @@ show_update_hardware_menu() { show_update_password_menu() { case $(menu "Update Password" " Drive Encryption\n User") in - *Drive*) present_terminal omarchy-drive-set-password ;; + *Drive*) present_terminal omarchy-drive-password ;; *User*) present_terminal passwd ;; *) show_update_menu ;; esac