Add migration to fix the persistent workspaces in the waybar config

This commit is contained in:
David Heinemeier Hansson
2025-06-29 12:39:22 -07:00
parent 40cd9575d2
commit d227a541f0

3
migrations/1751225707.sh Normal file
View File

@ -0,0 +1,3 @@
echo "Fixing persistent workspaces in waybar config"
sed -i 's/"persistent_workspaces":/"persistent-workspaces":/' ~/.config/waybar/config
pkill -SIGUSR2 waybar