mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 12:39:35 +02:00
7 lines
211 B
Bash
7 lines
211 B
Bash
echo "Fixing persistent workspaces in waybar config"
|
|
|
|
if [[ -f ~/.config/waybar/config ]]; then
|
|
sed -i 's/"persistent_workspaces":/"persistent-workspaces":/' ~/.config/waybar/config
|
|
pkill -SIGUSR2 waybar
|
|
fi
|