diff options
Diffstat (limited to '.config/polybar/scripts/launcher.sh')
-rwxr-xr-x | .config/polybar/scripts/launcher.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/scripts/launcher.sh b/.config/polybar/scripts/launcher.sh index 212a197..7b4c31e 100755 --- a/.config/polybar/scripts/launcher.sh +++ b/.config/polybar/scripts/launcher.sh @@ -10,4 +10,4 @@ FILE="$HOME/.config/polybar/scripts/rofi/colors.rasi" #sed -i -e "s/ac: .*/ac: ${AC}FF;/g" $FILE #sed -i -e "s/se: .*/se: ${SE}FF;/g" $FILE -rofi -dpi 144 -no-config -no-lazy-grab -show drun -modi drun -theme ~/.config/polybar/scripts/rofi/launcher.rasi +rofi -dpi 96 -no-config -no-lazy-grab -show drun -modi drun -theme ~/.config/polybar/scripts/rofi/launcher.rasi |