mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 12:39:35 +02: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
|