mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-01 14:29:26 +00:00

* Added backup timestamps to omarchy-refresh-[hyprlock|swayosd|walker|waybar] scripts to prevent data loss if ran multiple times * Added new script (omarchy-refresh-config) for refreshing various config files with automated backup creation
7 lines
120 B
Bash
Executable File
7 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
|
|
omarchy-refresh-config walker/config.toml
|
|
|
|
pkill walker
|
|
setsid uwsm app -- walker --gapplication-service &
|