diff options
author | Aaditya Dhruv <[email protected]> | 2023-02-13 13:41:45 -0600 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-02-13 13:41:45 -0600 |
commit | 435dc20b5183f038d9a6a3c23199294ed1111986 (patch) | |
tree | 88777dfd7a694d033be95abba8ccbfa50764f86b /.config/polybar/scripts/launcher.sh | |
parent | 7f2a7a6fa6425072ed347f09e69060af5611198c (diff) |
dunsts, polybar, picom
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 |