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