mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-31 13:59:23 +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
8 lines
167 B
Bash
Executable File
8 lines
167 B
Bash
Executable File
#!/bin/bash
|
|
|
|
omarchy-refresh-config swayosd/config.toml
|
|
omarchy-refresh-config swayosd/style.css
|
|
|
|
pkill swayosd-server
|
|
setsid uwsm app -- swayosd-server &>/dev/null &
|