From 538ebcd935693b2c9cc4dc74d2249e03dc7849d6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 6 May 2026 12:58:55 +0200 Subject: [PATCH] Simplify --- bin/{omarchy-drive-set-password => omarchy-drive-password} | 0 bin/omarchy-drive-select | 2 +- bin/omarchy-menu | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename bin/{omarchy-drive-set-password => omarchy-drive-password} (100%) 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