diff options
Diffstat (limited to '.config/polybar/forest/scripts/launcher.sh')
-rwxr-xr-x | .config/polybar/forest/scripts/launcher.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/forest/scripts/launcher.sh b/.config/polybar/forest/scripts/launcher.sh index b853625..92a7c99 100755 --- a/.config/polybar/forest/scripts/launcher.sh +++ b/.config/polybar/forest/scripts/launcher.sh @@ -10,4 +10,4 @@ FILE="$HOME/.config/polybar/forest/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 -no-config -no-lazy-grab -show drun -modi drun -theme ~/.config/polybar/forest/scripts/rofi/launcher.rasi +rofi -dpi 144 -no-config -no-lazy-grab -show drun -modi drun -theme ~/.config/polybar/forest/scripts/rofi/launcher.rasi |