diff --git a/rofi/launchers/type-1/launcher.sh b/rofi/launchers/type-1/launcher.sh index 85b7df4..97c1bbc 100755 --- a/rofi/launchers/type-1/launcher.sh +++ b/rofi/launchers/type-1/launcher.sh @@ -12,7 +12,7 @@ ## style-11 style-12 style-13 style-14 style-15 dir="$HOME/.config/rofi/launchers/type-1" -theme='style-1' +theme='style-5' ## Run rofi \ diff --git a/rofi/powermenu/type-2/powermenu.sh b/rofi/powermenu/type-2/powermenu.sh index 23d0795..b71961a 100755 --- a/rofi/powermenu/type-2/powermenu.sh +++ b/rofi/powermenu/type-2/powermenu.sh @@ -12,7 +12,7 @@ # Current Theme dir="$HOME/.config/rofi/powermenu/type-2" -theme='style-1' +theme='style-2' # CMDs uptime="`uptime -p | sed -e 's/up //g'`" diff --git a/setup.sh b/setup.sh index f5829e6..29b0d95 100755 --- a/setup.sh +++ b/setup.sh @@ -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