Give services their own place

This commit is contained in:
David Heinemeier Hansson
2026-05-20 14:03:56 +02:00
parent 41425481db
commit 4f1ef8d95f
8 changed files with 27 additions and 13 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
echo "Rename app launcher shell plugin to launcher"
echo "Rename shell plugins"
config_files=(
"$HOME/.config/hypr/bindings/utilities.lua"
@@ -12,7 +12,9 @@ for config_file in "${config_files[@]}"; do
if [[ -f $config_file ]]; then
sed -i \
-e 's/omarchy\.app-launcher/omarchy.launcher/g' \
-e 's/omarchy\.battery-monitor/omarchy.battery/g' \
-e 's/omarchy-app-launcher/omarchy-launcher/g' \
-e 's/omarchy-battery-monitor/omarchy-battery/g' \
-e 's/\[app-launcher\]/[launcher]/g' \
-e 's/app-launcher\./launcher./g' \
"$config_file"