From 793b346d1d4911f9102bbd432599d94c8f52cd00 Mon Sep 17 00:00:00 2001 From: Richard Macklin Date: Mon, 11 Aug 2025 10:13:44 -0700 Subject: [PATCH] Fix a handful of typos --- bin/omarchy-install-dev-env | 2 +- default/hypr/apps/walker.conf | 2 +- default/hypr/bindings.conf | 2 +- install/preflight/guard.sh | 2 +- themes/ristretto/btop.theme | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/omarchy-install-dev-env b/bin/omarchy-install-dev-env index f59e5f07..ec9e46fe 100755 --- a/bin/omarchy-install-dev-env +++ b/bin/omarchy-install-dev-env @@ -1,7 +1,7 @@ #!/bin/bash if [[ -z "$1" ]]; then - echo "Usage: omarchy-instal-dev-env " >&2 + echo "Usage: omarchy-install-dev-env " >&2 exit 1 fi diff --git a/default/hypr/apps/walker.conf b/default/hypr/apps/walker.conf index 9681c09e..eefd923c 100644 --- a/default/hypr/apps/walker.conf +++ b/default/hypr/apps/walker.conf @@ -1,2 +1,2 @@ -# Application-sepcific animation +# Application-specific animation layerrule = noanim, walker diff --git a/default/hypr/bindings.conf b/default/hypr/bindings.conf index 0f8e77e2..2927eb34 100644 --- a/default/hypr/bindings.conf +++ b/default/hypr/bindings.conf @@ -9,7 +9,7 @@ bindd = SUPER, T, Top, exec, $terminal -e btop bindd = SUPER, D, Lazy Docker, exec, $terminal -e lazydocker bindd = SUPER, G, Messenger, exec, $messenger bindd = SUPER, O, Obsidian, exec, obsidian -disable-gpu -bindd = SUPER, slash, Pasword manager, exec, $passwordManager +bindd = SUPER, slash, Password manager, exec, $passwordManager source = ~/.local/share/omarchy/default/hypr/bindings/media.conf source = ~/.local/share/omarchy/default/hypr/bindings/tiling.conf diff --git a/install/preflight/guard.sh b/install/preflight/guard.sh index 65c26b80..9d90c228 100644 --- a/install/preflight/guard.sh +++ b/install/preflight/guard.sh @@ -14,7 +14,7 @@ for marker in /etc/cachyos-release /etc/eos-release /etc/garuda-release /etc/man [[ -f "$marker" ]] && abort "Vanilla Arch" done -# Must not be runnig as root +# Must not be running as root [ "$EUID" -eq 0 ] && abort "Running as user (not root)" # Must be x86 only to fully work diff --git a/themes/ristretto/btop.theme b/themes/ristretto/btop.theme index c241495e..b058a7fc 100644 --- a/themes/ristretto/btop.theme +++ b/themes/ristretto/btop.theme @@ -10,7 +10,7 @@ theme[main_fg]="#e6d9db" # Title color for boxes theme[title]="#e6d9db" -# Higlight color for keyboard shortcuts +# Highlight color for keyboard shortcuts theme[hi_fg]="#fd6883" # Background color of selected item in processes box