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

@@ -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 \

View File

@@ -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'`"

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