Merge pull request #668 from rmacklin/fix-a-few-typos
Fix a handful of typos
This commit is contained in:
commit
7893f803e0
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [[ -z "$1" ]]; then
|
if [[ -z "$1" ]]; then
|
||||||
echo "Usage: omarchy-instal-dev-env <ruby|node|bun|go|laravel|symfony|php|python|elixir|rust|java|ocaml|dotnet>" >&2
|
echo "Usage: omarchy-install-dev-env <ruby|node|bun|go|laravel|symfony|php|python|elixir|rust|java|ocaml|dotnet>" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
# Application-sepcific animation
|
# Application-specific animation
|
||||||
layerrule = noanim, walker
|
layerrule = noanim, walker
|
||||||
|
@ -9,7 +9,7 @@ bindd = SUPER, T, Top, exec, $terminal -e btop
|
|||||||
bindd = SUPER, D, Lazy Docker, exec, $terminal -e lazydocker
|
bindd = SUPER, D, Lazy Docker, exec, $terminal -e lazydocker
|
||||||
bindd = SUPER, G, Messenger, exec, $messenger
|
bindd = SUPER, G, Messenger, exec, $messenger
|
||||||
bindd = SUPER, O, Obsidian, exec, obsidian -disable-gpu
|
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/media.conf
|
||||||
source = ~/.local/share/omarchy/default/hypr/bindings/tiling.conf
|
source = ~/.local/share/omarchy/default/hypr/bindings/tiling.conf
|
||||||
|
@ -14,7 +14,7 @@ for marker in /etc/cachyos-release /etc/eos-release /etc/garuda-release /etc/man
|
|||||||
[[ -f "$marker" ]] && abort "Vanilla Arch"
|
[[ -f "$marker" ]] && abort "Vanilla Arch"
|
||||||
done
|
done
|
||||||
|
|
||||||
# Must not be runnig as root
|
# Must not be running as root
|
||||||
[ "$EUID" -eq 0 ] && abort "Running as user (not root)"
|
[ "$EUID" -eq 0 ] && abort "Running as user (not root)"
|
||||||
|
|
||||||
# Must be x86 only to fully work
|
# Must be x86 only to fully work
|
||||||
|
@ -10,7 +10,7 @@ theme[main_fg]="#e6d9db"
|
|||||||
# Title color for boxes
|
# Title color for boxes
|
||||||
theme[title]="#e6d9db"
|
theme[title]="#e6d9db"
|
||||||
|
|
||||||
# Higlight color for keyboard shortcuts
|
# Highlight color for keyboard shortcuts
|
||||||
theme[hi_fg]="#fd6883"
|
theme[hi_fg]="#fd6883"
|
||||||
|
|
||||||
# Background color of selected item in processes box
|
# Background color of selected item in processes box
|
||||||
|
Loading…
x
Reference in New Issue
Block a user