diff options
author | Aaditya Dhruv <[email protected]> | 2022-07-06 10:08:56 -0700 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2022-07-06 10:11:17 -0700 |
commit | 3f1c92532b21390373e5753422617b564c0ef929 (patch) | |
tree | dcb85f8671db60642dbbecc566ad4a1ac8b8b986 /.config/polybar/forest/scripts | |
parent | 7a850689283acb71be6dca5c8a9fd232bb790bdb (diff) |
polybar, dunst and xrandr changes
Diffstat (limited to '.config/polybar/forest/scripts')
-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 |