mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
Add migration for waybar/config.jsonc rename
Co-authored-by: @nullndr Closes #169
This commit is contained in:
4
migrations/1752793122.sh
Normal file
4
migrations/1752793122.sh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
echo "Rename waybar config file for syntax highlighting"
|
||||||
|
if [[ -f ~/.config/waybar/config ]]; then
|
||||||
|
mv ~/.config/waybar/config ~/.config/waybar/config.jsonc
|
||||||
|
fi
|
Reference in New Issue
Block a user