mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
5 lines
161 B
Bash
5 lines
161 B
Bash
![]() |
echo "Rename waybar config file for syntax highlighting"
|
||
|
if [[ -f ~/.config/waybar/config ]]; then
|
||
|
mv ~/.config/waybar/config ~/.config/waybar/config.jsonc
|
||
|
fi
|