mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
6 lines
238 B
Bash
6 lines
238 B
Bash
![]() |
echo "Migrate to the modular, variable-based implementation of waybar style.css"
|
||
|
if [ -L ~/.config/waybar/style.css ]; then
|
||
|
rm ~/.config/waybar/style.css
|
||
|
cp ~/.local/share/omarchy/config/waybar/style.css ~/.config/waybar/style.css
|
||
|
fi
|