Promote shell to its own top-level directory

This commit is contained in:
David Heinemeier Hansson
2026-05-18 14:56:59 +02:00
parent d782705878
commit 0fe985b45d
83 changed files with 50 additions and 28 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ if [[ -z ${OMARCHY_PATH:-} ]]; then
exit 1
fi
SHELL_QML="$OMARCHY_PATH/default/quickshell/omarchy-shell/shell.qml"
SHELL_QML="$OMARCHY_PATH/shell/shell.qml"
perl -MCwd=abs_path -MEncode=encode,decode -MSocket -MIO::Handle \
-e '
+1 -1
View File
@@ -7,7 +7,7 @@
set -e
CONFIG_FILE="$HOME/.config/omarchy/shell.json"
DEFAULTS_FILE="$OMARCHY_PATH/default/quickshell/omarchy-shell/shell-defaults.json"
DEFAULTS_FILE="$OMARCHY_PATH/shell/shell-defaults.json"
position=$1
if [[ ! $position =~ ^(top|bottom|left|right)$ ]]; then