diff --git a/migrations/1747237126.sh b/migrations/1747237126.sh index 932e68d..b87adfe 100644 --- a/migrations/1747237126.sh +++ b/migrations/1747237126.sh @@ -3,7 +3,7 @@ cp ~/.local/share/omakub/configs/alacritty/btop.toml ~/.config/alacritty/btop.to # Only attempt to set configuration if btop is not already set if [ ! -f "$HOME/.config/btop/btop.conf" ]; then # Use Omakub btop config - mkdir -p ~/.config/btop + mkdir -p ~/.config/btop/themes cp ~/.local/share/omakub/configs/btop.conf ~/.config/btop/btop.conf fi @@ -18,4 +18,5 @@ if [ -n "$THEME" ] && [ "$THEME" != ">>-skip" ]; then else sed -i "s/color_theme = \".*\"/color_theme = \"Default\"/g" ~/.config/btop/btop.conf fi -fi \ No newline at end of file +fi +