mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
7 lines
236 B
Bash
7 lines
236 B
Bash
echo "Rename lock screen command in Hypridle config"
|
|
|
|
if grep -q 'omarchy-lock-screen' ~/.config/hypr/hypridle.conf; then
|
|
sed -i 's/omarchy-lock-screen/omarchy-system-lock/g' ~/.config/hypr/hypridle.conf
|
|
omarchy-restart-hypridle
|
|
fi
|