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
136 B
Bash
Executable File
8 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
|
|
omarchy-refresh-config waybar/config.jsonc
|
|
omarchy-refresh-config waybar/style.css
|
|
|
|
# Restart waybar
|
|
pkill -SIGUSR2 waybar
|