fix(rofi): fixed overrides beign rested

This commit is contained in:
oxypomme
2023-10-09 14:51:21 +02:00
parent b7ce347b06
commit cda698e53f
3 changed files with 6 additions and 2 deletions

View File

@@ -18,6 +18,10 @@ ln -s "${BASEDIR}/polybar/launch.sh" "$HOME/.config/polybar"
chmod +x "$HOME/.config/polybar/launch.sh"
echo "📈 polybar configured\n"
# remove custom from rofi
rm "$HOME/.config/rofi/powermenu/type-2/powermenu.sh"
rm "$HOME/.config/rofi/launchers/type-1/launcher.sh"
# rofi from adi1090x
mkdir -p tmp
git clone --depth=1 https://github.com/adi1090x/rofi.git tmp/rofi