fix(rofi): fixed overrides beign rested
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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'`"
|
||||
|
||||
4
setup.sh
4
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
|
||||
|
||||
Reference in New Issue
Block a user