mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 12:39:35 +02:00
6 lines
260 B
Bash
Executable File
6 lines
260 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Overwrite local Hyprlock settings with the latest in Omarchy, but create a backup
|
|
cp -f ~/.config/hypr/hyprlock.conf ~/.config/hypr/hyprlock.conf.bak 2>/dev/null
|
|
cp -f ~/.local/share/omarchy/config/hypr/hyprlock.conf ~/.config/hypr/ 2>/dev/null
|